pgsql: Refactor seclabel.c to use the new check_object_ownership functi

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor seclabel.c to use the new check_object_ownership functi
Date: 2011-03-04 22:28:36
Message-ID: E1PvdUC-0005NU-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor seclabel.c to use the new check_object_ownership function.

This avoids duplicate (and not-quite-matching) code, and makes the logic
for SECURITY LABEL match COMMENT and ALTER EXTENSION ADD/DROP.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/seclabel.c | 90 ++++++++-------------------------------
1 files changed, 18 insertions(+), 72 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-05 02:52:04 pgsql: Create extension infrastructure for the core procedural language
Previous Message Peter Eisentraut 2011-03-04 21:43:03 pgsql: Don't allow CREATE TABLE AS to create a column with invalid coll