pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA
Date
Msg-id E1l4Jbn-0002Ww-V6@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Stabilize regression test for postgres_fdw_disconn
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix memory leak when deallocating prepared statement in postgres