pgsql: Fix regression test handling of test_decoding with MSVC

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix regression test handling of test_decoding with MSVC
Дата
Msg-id E1gR66v-0004yE-P9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix regression test handling of test_decoding with MSVC

The set of scripts in charge of running the regression tests for MSVC
run currently under the assumption that only $(top_builddir) can used in
option values defined in REGRESS_OPTS, and those options need to have a
specific format as well to be correctly parsed, so fix the Makefile
values so as those are correctly set.

Per complains from buildfarm member dory and whelk, with some extra
testing done on my side with MSVC to check this patch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3955cae0c5241f5a67b15a3da2cd524c3839f8c9

Modified Files
--------------
contrib/test_decoding/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Disable temporarily TAP tests for contrib/bloom/
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Revert all new recent changes to add PGXS options for TAP andis