pgsql: GRANT rights to CURRENT_USER instead of adding roles

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: GRANT rights to CURRENT_USER instead of adding roles
Date: 2016-04-07 18:40:29
Message-ID: E1aoEqz-0007Bp-Qi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2016-04-08 00:23:54 Re: pgsql: Load FK defs into relcache for use by planner
Previous Message Tom Lane 2016-04-07 18:03:03 Re: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.