From: | Rishu Bagga <rishu(dot)postgres(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Joel Jacobson <joel(at)compiler(dot)org>, Arseniy Mukhin <arseniy(dot)mukhin(dot)dev(at)gmail(dot)com>, Matheus Alcantara <matheusssilv97(at)gmail(dot)com> |
Subject: | Re: [PATCH] Write Notifications Through WAL |
Date: | 2025-09-26 03:36:07 |
Message-ID: | CAK80=jjPKHnbZcfBSXWKDnj8kPkUPGBT3a9JzU-t7k+0ZyY=jA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Attached a new patch that resolves failing tests reported by cfbot.
There were still some failing tests on cfbot - related to expecting
new pages to be zeroed in the notify queue, but since we only write a
single compact notify record in a transaction, regardless of the size
or number of notifications, we should no longer expect this. I changed
the tests to not expect this now.
Attachment | Content-Type | Size |
---|---|---|
notify-through-wal-v6.patch | application/octet-stream | 78.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-09-26 03:56:12 | Re: Add support for entry counting in pgstats |
Previous Message | Chao Li | 2025-09-26 02:54:02 | Re: Mark ItemPointer arguments as const thoughoutly |