rafsun42 commented on code in PR #1206:
URL: https://github.com/apache/age/pull/1206#discussion_r1316094658
##########
src/backend/catalog/ag_catalog.c:
##########
@@ -178,24 +177,19 @@ static void object_access(ObjectAccessType access, Oid
class_id, Oid object_id,
* The above applies to DROP TABLE command too.
*/
+ if (drop_arg->dropflags & PERFORM_DELETION_INTERNAL)
Review Comment:
Does this change break for the case `class_id == RelationRelationId`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]