pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NA
Date: 2021-01-26 08:21:55
Message-ID: E1l4Jbn-0002Ww-V6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-01-26 09:43:21 pgsql: Fix memory leak when deallocating prepared statement in postgres
Previous Message Fujii Masao 2021-01-26 07:37:12 pgsql: postgres_fdw: Stabilize regression test for postgres_fdw_disconn