pgsql: Remove configure-option-dependent test cases from dblink tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove configure-option-dependent test cases from dblink tests.
Date: 2012-10-11 00:14:35
Message-ID: E1TM6Q7-00080e-FI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove configure-option-dependent test cases from dblink tests.

The HINTs generated for these error cases vary across builds. We
could try to work around that, but the test cases aren't really useful
enough to justify taking any trouble.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c3bf3ea2b61c312cc813edd9bb43aa338ae9288c

Modified Files
--------------
contrib/dblink/expected/dblink.out | 8 --------
contrib/dblink/sql/dblink.sql | 6 ------
2 files changed, 0 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-10-11 01:46:00 pgsql: Remove _FORTIFY_SOURCE
Previous Message Tom Lane 2012-10-11 00:07:52 Re: pgsql: Create an improved FDW option validator function for contrib/dbl