Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b60916

Browse files
committed
Fix thinko in comment
Pointed out by Andres Freund
1 parent 234a266 commit 6b60916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/replication/slot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ typedef struct ReplicationSlotPersistentData
6969
/*
7070
* Oldest LSN that the client has acked receipt for. This is used as the
7171
* 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.
72+
* safety measure to jump forwards in case the client specifies a
73+
* start_lsn that's further in the past than this value.
7474
*/
7575
XLogRecPtr confirmed_flush;
7676

0 commit comments

Comments
 (0)