Re: pgsql: Create an improved FDW option validator function for contrib/dbl - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Create an improved FDW option validator function for contrib/dbl
Date
Msg-id 14047.1349914072@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Create an improved FDW option validator function for contrib/dbl  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 10/10/2012 04:53 PM, Tom Lane wrote:
>> Create an improved FDW option validator function for contrib/dblink.

> This seems to have broken a bunch of buildfarm members.

Oh, yuck.  It looks like the problem is that the list of allowed
connection options varies depending on configure options.

I think the best solution is to take out the test cases that trigger
those errors.  It's not like they're telling us anything very interesting.

Will fix, thanks for the heads-up.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Create an improved FDW option validator function for contrib/dbl
Next
From: Tom Lane
Date:
Subject: pgsql: Remove configure-option-dependent test cases from dblink tests.