On Wed, Oct 22, 2025, at 6:36 PM, David Rowley wrote:
> On Thu, 23 Oct 2025 at 10:14, Ishan Arunkumar Joshi
> <ishan.joshi@netcracker.com> wrote:
>> we were facing issue while performing logical replication error as follows which are similar to BUG 18942 and 18938
inPG v16.9. We gone through the Release note for PG v16.10 but not able to find the solution for above mentioned bug
releasedor not.
>>
>> can you please help to understand if the solution is available for BUG 18942 and 18938 in latest PG16 release
16.10.
>
> Yes. Mentioned in: https://www.postgresql.org/docs/16/release-16-10.html
>
> "Avoid infinite wait in logical decoding when reading a
> partially-written WAL record (Vignesh C) §
>
This is not the current fix. The one for the referred bugs is:
Avoid re-distributing cache invalidation messages from other transactions
during logical replication (vignesh C)
Our previous round of minor releases included a bug fix to ensure that
replication receiver processes would respond to cross-process cache
invalidation messages, preventing them from using stale catalog data while
performing replication updates. However, the fix unintentionally made them also
redistribute those messages again, leading to an exponential increase in the
number of invalidation messages, which would often end in a memory allocation
failure. Fix by not redistributing received messages.
The commit for v16 is b2ae077205e.
--
Euler Taveira
EDB https://www.enterprisedb.com/