pgsql: Allow meson builds to run test_pg_dump test in installcheck mode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Allow meson builds to run test_pg_dump test in installcheck mode
Дата
Msg-id E1s1ahs-000hPe-QK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow meson builds to run test_pg_dump test in installcheck mode.

This had been disabled because the test "doesn't delete its user".
It doesn't seem like a great idea for the meson tests to act
differently from the makefile tests, though, and the makefiles
had no such exception (which is how come only copperhead noticed
the problem just fixed in 534287403).  In any case, the premise
is false since 936e3fa37, so let's remove the restriction.

Discussion: https://postgr.es/m/2857513.1713733688@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0c5b215dace219ecf3b42cc2eb90abf7fd7a582

Modified Files
--------------
src/test/modules/test_pg_dump/meson.build | 2 --
1 file changed, 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: pgsql: Fix failure to track role dependencies of pg_init_privs entries.