Re: [PATCH] Re: pg_identify_object_as_address() doesn't support pg_event_trigger oids

Joel Jacobson <joel@compiler.org>

From: "Joel Jacobson" <joel@compiler.org>
To: pgsql-hackers@lists.postgresql.org, "Alvaro Herrera" <alvherre@alvh.no-ip.org>
Date: 2021-04-23T07:33:36Z
Lists: pgsql-hackers
On Fri, Apr 23, 2021, at 09:30, Joel Jacobson wrote:
> fix-pg_identify_object_as_address-for-event-triggers.patch

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.

/Joel

Commits

  1. Fix pg_identify_object_as_address() with event triggers