pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix use of incorrect constant RemoveRoleFromObjectACL.
Date: 2011-04-21 02:26:21
Message-ID: E1QCjb3-0001qd-Go@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-04-21 03:02:13 pgsql: Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to desce
Previous Message User Achernow 2011-04-21 02:15:24 libpqtypes - libpqtypes: fixed bug in error.c where the global init