pgsql: Fix vpath build in libpq_pipeline test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix vpath build in libpq_pipeline test
Date: 2021-05-27 14:44:52
Message-ID: E1lmHFk-0003Cj-HO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-05-27 17:24:41 pgsql: Rethink definition of pg_attribute.attcompression.
Previous Message Tom Lane 2021-05-27 13:58:50 Re: pgsql: Add NO_INSTALL option to pgxs