Add a missing_ok argument to get_object_address().
Robert Haas <rhaas@postgresql.org>
Add a missing_ok argument to get_object_address(). This lays the groundwork for an upcoming patch to streamline the handling of DROP commands. KaiGai Kohei
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/objectaddress.c | modified | +150 −60 |
| src/backend/commands/comment.c | modified | +1 −1 |
| src/backend/commands/extension.c | modified | +1 −1 |
| src/backend/commands/seclabel.c | modified | +1 −1 |
| src/backend/rewrite/rewriteSupport.c | modified | +22 −15 |
| src/include/catalog/objectaddress.h | modified | +2 −1 |
| src/include/rewrite/rewriteSupport.h | modified | +2 −1 |