pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.
Date
Msg-id E1QCjb3-0001qd-Go@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix use of incorrect constant RemoveRoleFromObjectACL.

This could cause failures when DROP OWNED BY attempt to remove default
privileges on sequences.  Back-patching to 9.0.

Shigeru Hanada

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/147d6269f3e2d20e1790520e117e574092719ca3

Modified Files
--------------
src/backend/catalog/aclchk.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: fixed bug in error.c where the global init
Next
From: Robert Haas
Date:
Subject: pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.