Re: [PATCH] Fix LISTEN startup race with direct advancement
Joel Jacobson <joel@compiler.org>
From: "Joel Jacobson" <joel@compiler.org>
To: "Arseniy Mukhin" <arseniy.mukhin.dev@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-05-21T04:49:51Z
Lists: pgsql-hackers
Attachments
- v2-0001-Test-missed-LISTEN-startup-notification.patch (application/octet-stream)
- v2-0003-Fix-LISTEN-startup-race-with-direct-advancement.patch (application/octet-stream)
- v2-0002-Test-LISTEN-startup-notification-for-already-seen-wo.patch (application/octet-stream)
On Wed, May 20, 2026, at 10:27, Arseniy Mukhin wrote: > Yes, but I meant 0001 and 0003. There are two specs: > - async-notify-listen-startup.spec (added in 0001) > - async-notify-listen-race.spec (added in 0003) > Looks identical, unless I missed something. Ohh, right, thanks for spotting. New version attached, 0001 and 0002 identical, and 0003 now only contain the fix. /Joel