We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4b1a0 commit c137c68Copy full SHA for c137c68
src/backend/storage/ipc/procarray.c
@@ -1294,6 +1294,7 @@ TransactionIdIsActive(TransactionId xid)
1294
* in the master but are still being replayed on the standby, thus possibly
1295
* making the GetOldestXmin reading go backwards. In this case there is a
1296
* possibility that we lose data that the standby would like to have, but
1297
+ * unless the standby uses a replication slot to make its xmin persistent
1298
* there is little we can do about that --- data is only protected if the
1299
* walsender runs continuously while queries are executed on the standby.
1300
* (The Hot Standby code deals with such cases by failing standby queries
0 commit comments