pgsql: Fix invalid role names introduced in 096dd80f3c - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix invalid role names introduced in 096dd80f3c
Date
Msg-id E1p3b2p-002eup-Eh@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Add USER SET parameter values for pg_db_role_setting
Next
From: Tom Lane
Date:
Subject: pgsql: Create infrastructure for "soft" error reporting.