GRANT rights to CURRENT_USER instead of adding roles
Stephen Frost <sfrost@snowman.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/init_privs.out | modified | +3 −4 |
| src/test/regress/sql/init_privs.sql | modified | +4 −5 |