Fix use of incorrect constant RemoveRoleFromObjectACL.

Robert Haas <rhaas@postgresql.org>

Commit: 8ede427938e9676d0e497406c213f098303a93f3
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-04-21T02:23:58Z
Releases: 9.1.0
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

Files

PathChange+/−
src/backend/catalog/aclchk.c modified +1 −1