Re: Optimize LISTEN/NOTIFY
Joel Jacobson <joel@compiler.org>
From: "Joel Jacobson" <joel@compiler.org>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-07T06:16:24Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Optimize LISTEN/NOTIFY via shared channel map and direct advancement.
- 282b1cde9ded 19 (unreleased) landed
-
Fix incorrect logic for caching ResultRelInfos for triggers
- 39dcfda2d23a 19 (unreleased) cited
On Tue, Oct 7, 2025, at 07:43, Tom Lane wrote: > "Joel Jacobson" <joel@compiler.org> writes: >> Trying to fix the NetBSD failure. >> I don't understand why 001_constraint_validation, test 'list_parted2_def >> scanned' and test 'part_5 verified by existing constraints' should be >> affected by this patch. I guess I could have gotten something wrong with >> the locking with dshash, that might somehow affect other tests? > > Our CI infrastructure is not as stable as one could wish. You > sure this is related at all? No, not sure at all. OK, then going forward, I guess I should ignore errors coming from just a single farm animal if the error seems unrelated to my patch. /Joel