Re: pgsql: Fix pg_identify_object_as_address() with event triggers

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix pg_identify_object_as_address() with event triggers
Date: 2021-04-28 02:57:12
Message-ID: YIjPCH/83upbofhR@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-28 02:59:57 pgsql: Fix use-after-release issue with pg_identify_object_as_address()
Previous Message Amit Kapila 2021-04-28 02:54:06 Re: pgsql: Implement streaming mode in ReorderBuffer.