Re: confirmed flush lsn seems to be move backward in certain error cases
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-06-11T08:39:15Z
Lists: pgsql-hackers
On Mon, Jun 10, 2024 at 7:24 PM vignesh C <vignesh21@gmail.com> wrote: > > I have re-verified the issue by running the tests in a loop of 150 > times and found it to be working fine. Also patch applies neatly, > there was no pgindent issue and all the regression/tap tests run were > successful. > Thanks, I have pushed the fix. -- With Regards, Amit Kapila.
Commits
-
Fix an assert in CheckPointReplicationSlots().
- d1ffcc7fa3c5 17.0 landed