[COMMITTERS] pgsql: Ignore tablespace ACLs when ignoring schema ACLs. - Mailing list pgsql-committers

From Noah Misch
Subject [COMMITTERS] pgsql: Ignore tablespace ACLs when ignoring schema ACLs.
Date
Msg-id E1cd1On-0006LR-K7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ignore tablespace ACLs when ignoring schema ACLs.

The ALTER TABLE ALTER TYPE implementation can issue DROP INDEX and
CREATE INDEX to refit existing indexes for the new column type.  Since
this CREATE INDEX is an implementation detail of an index alteration,
the ensuing DefineIndex() should skip ACL checks specific to index
creation.  It already skips the namespace ACL check.  Make it skip the
tablespace ACL check, too.  Back-patch to 9.2 (all supported versions).

Reviewed by Tom Lane.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b167d57d5af09527af61952296f1db8761cbee38

Modified Files
--------------
src/backend/commands/indexcmds.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Add CREATE SEQUENCE AS clause
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Remove accidental extra table cell