Re: pg_background (and more parallelism infrastructure patches)

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_background (and more parallelism infrastructure patches)
Date: 2014-11-24 22:19:53
Message-ID: CA+TgmoYqScwimccJNJd7r91vJZH_vAd=Ziu3iHTfzWRRks+9MQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 20, 2014 at 11:00 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Thu, Nov 20, 2014 at 7:30 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2014-11-24 22:22:37 Re: Turning recovery.conf into GUCs
Previous Message Alex Shulgin 2014-11-24 22:18:30 Re: Turning recovery.conf into GUCs