Is the logfile the only place to find the finish LSN? - Mailing list pgsql-hackers

From pgchem pgchem
Subject Is the logfile the only place to find the finish LSN?
Date
Msg-id 436517995.781008.1696413411482@webmail.strato.de
Whole thread Raw
List pgsql-hackers
Hello all,
 
on pgsql-general this got no answers, so...

According to:

https://www.postgresql.org/docs/current/logical-replication-conflicts.html

or

https://www.postgresql.fastware.com/blog/addressing-replication-conflicts-using-alter-subscription-skip

The logfile is the _only_ place to find the transaction finish LSN that must be skipped if logical replication is stuck on a conflict. Is the logfile the only place to find this information, or can it also be found somewhere inside the database, e. g. in some system catalog view?

best regards

Ernst-Georg

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: [PATCH] Add CANONICAL option to xmlserialize
Next
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] make async slave to wait for lsn to be replayed