pgsql: Fix invalid role names introduced in 096dd80f3c

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix invalid role names introduced in 096dd80f3c
Date: 2022-12-09 10:55:56
Message-ID: E1p3b2p-002eup-Eh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix invalid role names introduced in 096dd80f3c

096dd80f3c added new regression tests dealing with roles. By oversight, role
names didn't start with regress_ prefix. This commit fixes that.

Branch
------
master

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

Modified Files
--------------
.../expected/test_pg_db_role_setting.out | 76 +++++++++++-----------
.../sql/test_pg_db_role_setting.sql | 42 ++++++------
2 files changed, 59 insertions(+), 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-12-09 15:15:04 pgsql: Convert a few datatype input functions to use "soft" error repor
Previous Message Alexander Korotkov 2022-12-09 10:48:54 Re: pgsql: Add USER SET parameter values for pg_db_role_setting