Re: [PATCH] Fix LISTEN startup race with direct advancement - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Fix LISTEN startup race with direct advancement
Date
Msg-id 636961.1779899312@sss.pgh.pa.us
Whole thread
List pgsql-hackers
"Joel Jacobson" <joel@compiler.org> writes:
> On Tue, May 26, 2026, at 17:40, Tom Lane wrote:
>> (Both "listening" and "committed" appear in dozens of places in this
>> file that are not references to this flag, so TBH I'd rather use a
>> flag name that is not either of those words.  But I can't think of
>> a better name.)

> How about renaming listening to removeOnAbort and negating its meaning?

Okay, or at least I haven't a better idea.  Pushed after some more
fiddling with the comments.

            regards, tom lane



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: COPY ON_CONFLICT TABLE; save duplicated record to another table.
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Remove obsolete LISTEN array growth isolation test