pgsql: Fix new COPY test of PL/pgSQL with VPATH builds - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix new COPY test of PL/pgSQL with VPATH builds
Date
Msg-id E1iTKU8-0007s0-B1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix new COPY test of PL/pgSQL with VPATH builds

The buildfarm has turned red after 1858b10 because VPATH builds need to
use "@abs_srcdir@" and not "@abs_builddir@" for paths coming directly
from the source tree.  The input file of the new test got that right,
but not the output file.

Per complaints from several buildfarm animals, including desmoxytes and
culicidae.  I have also reproduced the error by myself.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/943b447d303e6d0a7635d39ac552550b77b96cef

Modified Files
--------------
src/pl/plpgsql/src/output/plpgsql_copy.source | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add tests for COPY in PL/pgSQL
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Fix gratuitous error message variation