Skip to content
Snippets Groups Projects
Commit 6b609168 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix thinko in comment

Pointed out by Andres Freund
parent 234a2660
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,8 @@ typedef struct ReplicationSlotPersistentData ...@@ -69,8 +69,8 @@ typedef struct ReplicationSlotPersistentData
/* /*
* Oldest LSN that the client has acked receipt for. This is used as the * Oldest LSN that the client has acked receipt for. This is used as the
* start_lsn point in case the client doesn't specify one, and also as a * start_lsn point in case the client doesn't specify one, and also as a
* safety measure to back off in case the client specifies a start_lsn * safety measure to jump forwards in case the client specifies a
* that's further in the future than this value. * start_lsn that's further in the past than this value.
*/ */
XLogRecPtr confirmed_flush; XLogRecPtr confirmed_flush;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment