Re: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages
Date
Msg-id 140756.1752965830@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> On Sat, Jul 19, 2025 at 10:49 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> So my impression is that the bug is not reliably fixed in 17.

> Thank you for pointing!
> Apparently I've backpatched d3917d8f13e7 everywhere but not in
> REL_17_STABLE.  Will be fixed now.

Hah ... well, at least we know the test works!

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across 2 pages
Next
From: Tender Wang
Date:
Subject: Re: MergeJoin beats HashJoin in the case of multiple hash clauses