postgresql/contrib/postgres_fdw/sql
Robert Haas 37c84570b1 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.
deparseReturningList ended up adding up RETURNING NULL to the code, but
code elsewhere saw an empty list of attributes and concluded that it
should not expect tuples from the remote side.

Etsuro Fujita and Robert Haas, reviewed by Thom Brown
2016-02-04 22:27:13 -05:00
..
postgres_fdw.sql postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 2016-02-04 22:27:13 -05:00