Re: pgsql: Fix pg_identify_object_as_address() with event triggers - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Fix pg_identify_object_as_address() with event triggers
Date
Msg-id YIjPCH/83upbofhR@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Fix pg_identify_object_as_address() with event triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Tue, Apr 27, 2021 at 10:44:08PM -0400, Tom Lane wrote:
> Looks like this has issues under RELCACHE_FORCE_RELEASE
> and/or CATCACHE_FORCE_RELEASE:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2021-04-28%2002%3A28%3A04

Yes, this is missing a pstrdup() for the event trigger name.  I was
just working on it.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Implement streaming mode in ReorderBuffer.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix use-after-release issue with pg_identify_object_as_address()