Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Date
Msg-id 2276280.1634766519@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> OK, it turns out that it's better to put the addition at the end of the
> PATH, otherise initdb complains that it can't find postgres in the same
> directory.

That seems horribly unsafe, or at least prone to pulling in the
program from some other versuion of Postgres.  How about ordering
the path like

PATH="$(abs_top_builddir)/tmp_install$(bindir):$(CURDIR):$$PATH"

            regards, tom lane



pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve pg_regress.c's infrastructure for issuing psql commands.