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-20 16:00:01
Message-ID: CA+TgmobpnEtawmqC-U3F17kaHHm2SDnp5niv=7Bw9KBAGeTNmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
0004-Add-infrastructure-to-save-and-restore-GUC-values-v3.patch text/x-patch 22.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-11-20 16:02:31 Re: pg_multixact not getting truncated
Previous Message Robert Haas 2014-11-20 15:32:43 Re: Doing better at HINTing an appropriate column within errorMissingColumn()