pgsql: Fix handling of expecteddir in pg_regress

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix handling of expecteddir in pg_regress
Дата
Msg-id E1rlA36-003wrJ-VN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix handling of expecteddir in pg_regress

Commit c855872074b introduced a new parameter to pg_regress to set
the directory where to look for expected files, but accidentally
only implemented it for when compiling pg_regress for ECPG tests.
Fix by adding support for the parameter to the main regression test
compilation of pg_regress as well.

Backpatch to v16 where --expecteddir was introduced.

Author: Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>
Discussion: https://postgr.es/m/CAO6_Xqq5yKJHcJsq__LPcKwSY0XHRqVERNWGxx5ttNXXj7+W=A@mail.gmail.com
Backpatch-through: 16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/56432629999736b5cdd6fa8e56545d8ac5da281f

Modified Files
--------------
src/test/regress/pg_regress_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix handling of expecteddir in pg_regress
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Use locale-aware value for \watch in 005_timeouts.pl