pgsql: GRANT rights to CURRENT_USER instead of adding roles - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: GRANT rights to CURRENT_USER instead of adding roles
Date
Msg-id E1aoEqz-0007Bp-Qi@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
GRANT rights to CURRENT_USER instead of adding roles

We shouldn't be adding roles during the regression tests as that can
cause back-to-back installcheck runs to fail and users running the
regression tests likley don't want those extra roles.

Pointed out by Tom

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6928484bda454f9ab2456d385b2d317f18b6bf1a

Modified Files
--------------
src/test/regress/expected/init_privs.out | 7 +++----
src/test/regress/sql/init_privs.sql      | 9 ++++-----
2 files changed, 7 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Zeroing unused parts ducring tsquery construction.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Load FK defs into relcache for use by planner