[COMMITTERS] pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr

2017-07-13 Thread Tom Lane
Fix dumping of FUNCTION RTEs that contain non-function-call expressions. The grammar will only accept something syntactically similar to a function call in a function-in-FROM expression. However, there are various ways to input something that ruleutils.c won't deparse that way, potentially leadin

[COMMITTERS] pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr

2017-07-13 Thread Tom Lane
Fix dumping of FUNCTION RTEs that contain non-function-call expressions. The grammar will only accept something syntactically similar to a function call in a function-in-FROM expression. However, there are various ways to input something that ruleutils.c won't deparse that way, potentially leadin

[COMMITTERS] pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr

2017-07-13 Thread Tom Lane
Fix dumping of FUNCTION RTEs that contain non-function-call expressions. The grammar will only accept something syntactically similar to a function call in a function-in-FROM expression. However, there are various ways to input something that ruleutils.c won't deparse that way, potentially leadin

[COMMITTERS] pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr

2017-07-13 Thread Tom Lane
Fix dumping of FUNCTION RTEs that contain non-function-call expressions. The grammar will only accept something syntactically similar to a function call in a function-in-FROM expression. However, there are various ways to input something that ruleutils.c won't deparse that way, potentially leadin

[COMMITTERS] pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr

2017-07-13 Thread Tom Lane
Fix dumping of FUNCTION RTEs that contain non-function-call expressions. The grammar will only accept something syntactically similar to a function call in a function-in-FROM expression. However, there are various ways to input something that ruleutils.c won't deparse that way, potentially leadin

[COMMITTERS] pgsql: Fix dumping of FUNCTION RTEs that contain non-function-call expr

2017-07-13 Thread Tom Lane
Fix dumping of FUNCTION RTEs that contain non-function-call expressions. The grammar will only accept something syntactically similar to a function call in a function-in-FROM expression. However, there are various ways to input something that ruleutils.c won't deparse that way, potentially leadin