Open elguapo1611 opened 4 years ago
Always run select txid_current() on master without sticking.
select txid_current()
You sure this function can be called on a replica to find out what it's current transaction ID is? I was thinking we'd use pg_current_wal_lsn()
pg_current_wal_lsn()
Always run
select txid_current()
on master without sticking.