summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorTom Lane2025-09-12 21:43:15 +0000
committerTom Lane2025-09-12 21:43:17 +0000
commitf14ea34d6e563374cd71b4e7b91cf8d2f60aabb3 (patch)
tree8eb37338030a1f28de1af70aabec87d3ec2def2c /src/Makefile
parent4adb0380b9bff5ec6424a9e87f76f8974b025367 (diff)
Fix oversights in pg_event_trigger_dropped_objects() fixes.
Commit a0b99fc12 caused pg_event_trigger_dropped_objects() to not fill the object_name field for schemas, which it should have; and caused it to fill the object_name field for default values, which it should not have. In addition, triggers and RLS policies really should behave the same way as we're making column defaults do; that is, they should have is_temporary = true if they belong to a temporary table. Fix those things, and upgrade event_trigger.sql's woefully inadequate test coverage of these secondary output columns. As before, back-patch only to v15. Reported-by: Sergey Shinderuk <[email protected]> Author: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 15
Diffstat (limited to 'src/Makefile')
0 files changed, 0 insertions, 0 deletions