pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Дата
Msg-id E1mWR73-0000qh-Eq@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.

The previous approach didn't really work on windows, due to the PATH separator
being ';' not ':'. Instead of making the PATH change more complicated,
reference the binary using the TESTDIR environment.

Reported-By: Andres Freund <andres@anarazel.de>
Suggested-By: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/20210930214040.odkdd42vknvzifm6@alap3.anarazel.de
Backpatch: 14-, where the test was introduced.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/795862c280c5949bafcd8c44543d887fd32b590a

Modified Files
--------------
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Error out if SKIP LOCKED and WITH TIES are both specified
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.