pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation
Date
Msg-id E1QrXCW-0006QD-Pw@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation
List pgsql-committers
Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.

check_object_ownership() isn't happy about the null relation pointer.
We could fix it there, but this seems more future-proof.

Branch
------
REL9_1_STABLE

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

Modified Files
--------------
src/backend/catalog/objectaddress.c |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation