Thanks Tom, really appreciate it.
On Sun, Jul 6, 2025 at 10:12 PM Tom Lane wrote:
> Soni M writes:
> > We just do patch updates from 15.12 to 15.13, restart Logical Master and
> > then Logical Replica, and suddenly Logical replication stops working.
> > Streaming replication of both are fine.
>
Soni M writes:
> We just do patch updates from 15.12 to 15.13, restart Logical Master and
> then Logical Replica, and suddenly Logical replication stops working.
> Streaming replication of both are fine.
This sounds like the same bug previously discussed in
https://www.postgresql.org/message-id/
Some updates :
Checking at lsn_diff from 33D44/EF3219B0 to 33D45/373C2D98,
pg_wal_lsn_diff
-
1208620008
which is quite different to memory alloc request 1095736448.
Digging deeper into debug messages :
DEBUG,0,"find_in_dynamic_libpath: trying
""/usr/pgsql-15/lib/libpqwa
Hello All,
we have this set up :
Postgres 15.13 on RHEL 9.6
Logical Master also have 2 streaming replica
Logical Replica also have 1 streaming replica
We just do patch updates from 15.12 to 15.13, restart Logical Master and
then Logical Replica, and suddenly Logical replication stops working.
Str