- Notifications
You must be signed in to change notification settings - Fork28
Commitdf18c51
committed
Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for
each object to be deleted, instead of the previous hack that just skippedINTERNAL dependencies, which didn't really work. Per report from Tom Lane.To do this, introduce a new performMultipleDeletions entry point independency.c to delete multiple objects at once. The dependency code then hasthe responsability of tracking INTERNAL and AUTO dependencies as needed.Along the way, change ObjectAddresses so that we can allocate an ObjectAddresslist from outside dependency.c and not have to export the internalrepresentation.1 parent4e23d6e commitdf18c51
File tree
3 files changed
+270
-116
lines changed- src
- backend/catalog
- include/catalog
3 files changed
+270
-116
lines changed0 commit comments
Comments
(0)