On Wed, Jan 11, 2017 at 10:19 PM, Etsuro Fujita <[email protected]> wrote: > While working on pushing down more joins/updates to the remote, I noticed > that in contrib/postgres_fdw/postgres_fdw.h the declaration of > get_jointype_name is misplaced in the section of shippable.c. Since that > function is defined in contrib/postgres_fdw/deparse.c, we should put that > declaration in the section of deparse.c in the header file. Attached is a > patch for that.
Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
