Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/objectaddress.c | modified | +6 −0 |