Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Joel Jacobson <joel@compiler.org>
Cc: pgsql-hackers@lists.postgresql.org, Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-04-26T08:30:25Z
Lists: pgsql-hackers
On Fri, Apr 23, 2021 at 09:33:36AM +0200, Joel Jacobson wrote: > Also, since this is a problem also in v13 maybe this should also be > back-ported? I think it's a bug since both > pg_identify_object_as_address() and event triggers exists in v13, so > the function should work there as well, otherwise users would need > to do work-arounds for event triggers. No objections from here to do something in back-branches. We cannot have a test for event triggers in object_address.sql and it would be better to keep it in a parallel set (see 676858b for example). Could you however add a small test for that in event_trigger.sql? It would be good to check after all three functions pg_identify_object(), pg_identify_object_as_address() and pg_get_object_address(). -- Michael
Commits
-
Fix pg_identify_object_as_address() with event triggers
- 6e41ff0562d3 9.6.22 landed
- 90c9bad307bf 10.17 landed
- 5b717e13c90b 11.12 landed
- 7e76cb1d82bc 12.7 landed
- f3c453787684 13.3 landed
- f7aab36d61fd 14.0 landed