Avoid retrieving dummy NULL columns in postgres_fdw.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e690b9515072fd7767fdeca5c54166f6a77733bc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-03-22T04:31:11Z
Releases: 9.3.0
Avoid retrieving dummy NULL columns in postgres_fdw.

This should provide some marginal overall savings, since it surely takes
many more cycles for the remote server to deal with the NULL columns than
it takes for postgres_fdw not to emit them.  But really the reason is to
keep the emitted queries from looking quite so silly ...

Files