pgsql: Prefix RLS regression test roles with 'regress_'

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prefix RLS regression test roles with 'regress_'
Date: 2016-04-11 18:12:43
Message-ID: E1apgKJ-0005Xr-08@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Prefix RLS regression test roles with 'regress_'

To avoid any possible overlap with existing roles on a system when
doing a 'make installcheck', use role names which start with
'regress_'.

Pointed out by Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c7b0388c568e3063c3d40a7d90e1bca9006d505

Modified Files
--------------
src/test/regress/expected/rowsecurity.out | 828 +++++++++++++++---------------
src/test/regress/sql/rowsecurity.sql | 454 ++++++++--------
2 files changed, 641 insertions(+), 641 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-04-11 18:45:19 pgsql: Fix whitespace
Previous Message Peter Eisentraut 2016-04-11 18:10:15 pgsql: Add directory created during build to gitignore