• Tom Lane's avatar
    Avoid retrieving dummy NULL columns in postgres_fdw. · e690b951
    Tom Lane authored
    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 ...
    e690b951
postgres_fdw.out 129 KB