We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a266 commit 6b60916Copy full SHA for 6b60916
src/include/replication/slot.h
@@ -69,8 +69,8 @@ typedef struct ReplicationSlotPersistentData
69
/*
70
* Oldest LSN that the client has acked receipt for. This is used as the
71
* start_lsn point in case the client doesn't specify one, and also as a
72
- * safety measure to back off in case the client specifies a start_lsn
73
- * that's further in the future than this value.
+ * safety measure to jump forwards in case the client specifies a
+ * start_lsn that's further in the past than this value.
74
*/
75
XLogRecPtr confirmed_flush;
76
0 commit comments