aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copyfromparse.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-04-28 11:17:58 +0900
committerMichael Paquier <michael@paquier.xyz>2021-04-28 11:17:58 +0900
commitf7aab36d61fd2fdbd949d5880247e8cae9ee4be0 (patch)
tree92ecdf31e0a1517948cb4b09c078d7f1de4a561d /src/backend/commands/copyfromparse.c
parentfa26eba221a9e837493df47d0255ce615129e9a8 (diff)
downloadpostgresql-f7aab36d61fd2fdbd949d5880247e8cae9ee4be0.tar.gz
postgresql-f7aab36d61fd2fdbd949d5880247e8cae9ee4be0.zip
Fix pg_identify_object_as_address() with event triggers
Attempting to use this function with event triggers failed, as, since its introduction in a676201, this code has never associated an object name with event triggers. This addresses the failure by adding the event trigger name to the set defining its object address. Note that regression tests are added within event_trigger and not object_address to avoid issues with concurrent connections in parallel schedules. Author: Joel Jacobson Discussion: https://postgr.es/m/3c905e77-a026-46ae-8835-c3f6cd1d24c8@www.fastmail.com Backpatch-through: 9.6
Diffstat (limited to 'src/backend/commands/copyfromparse.c')
0 files changed, 0 insertions, 0 deletions