pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA
Дата
Msg-id E1l4Jbn-0002Ww-V6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS

The roles created by regression test should have names starting with
"regress_", and the test introduced in commit 411ae64997 did not do that.

Per buildfarm member longfin.

Discussion: https://postgr.es/m/73fc5ae4-3c54-1262-4533-f8c547de2e60@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c3fc09fe359a6dc46f1870ceccf60ec60396bc9

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 24 ++++++++++++------------
contrib/postgres_fdw/sql/postgres_fdw.sql      | 24 ++++++++++++------------
2 files changed, 24 insertions(+), 24 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: postgres_fdw: Stabilize regression test for postgres_fdw_disconn
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix memory leak when deallocating prepared statement in postgres