pgsql: Fix new COPY test of PL/pgSQL with VPATH builds

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix new COPY test of PL/pgSQL with VPATH builds
Date: 2019-11-09 06:44:36
Message-ID: E1iTKU8-0007s0-B1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-11-09 08:01:56 Re: pgsql: Fix gratuitous error message variation
Previous Message Michael Paquier 2019-11-09 05:58:25 pgsql: Add tests for COPY in PL/pgSQL