Обсуждение: pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA

Поиск
Список
Период
Сортировка

pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA

От
Fujii Masao
Дата:
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(-)