pgsql: Fix vpath build in libpq_pipeline test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix vpath build in libpq_pipeline test
Date
Msg-id E1lmHFk-0003Cj-HO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix vpath build in libpq_pipeline test

The path needs to be set to refer to the build directory, not the
current directory, because that's actually the source directory at
that point.

fix for 6abc8c2596dbfcb24f9b4d954a1465b8015118c3

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a717e5c771610cf8607f2423ab3ab6b5d30f44ea

Modified Files
--------------
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add NO_INSTALL option to pgxs
Next
From: Tom Lane
Date:
Subject: pgsql: Rethink definition of pg_attribute.attcompression.