On Thu, Nov 20, 2014 at 11:00 AM, Robert Haas <[email protected]> wrote: > On Thu, Nov 20, 2014 at 7:30 AM, Amit Kapila <[email protected]> wrote: >> Few compilation errors in the patch: >> 1>contrib\postgres_fdw\postgres_fdw.c(2107): error C2198: >> 'set_config_option' : too few arguments for call >> 1>contrib\postgres_fdw\postgres_fdw.c(2111): error C2198: >> 'set_config_option' : too few arguments for call >> 1>contrib\postgres_fdw\postgres_fdw.c(2115): error C2198: >> 'set_config_option' : too few arguments for call >> 2>contrib\dblink\dblink.c(2983): error C2198: 'set_config_option' : too few >> arguments for call > > Oops. Good catch. Fixed in the attached version.
Committed. Unfortunately, I forgot to credit you and Andres as reviewers; sorry about that. -- 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
