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

Commit 49b579f

Browse files
committed
Fix misleading comments
To match code changes in 229fb58.
1 parent a88c800 commit 49b579f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/replication/repl_gram.y

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ alter_replication_slot:
275275
;
276276

277277
/*
278-
* START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %d]
278+
* START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %u]
279279
*/
280280
start_replication:
281281
K_START_REPLICATION opt_slot opt_physical RECPTR opt_timeline
@@ -305,7 +305,7 @@ start_logical_replication:
305305
}
306306
;
307307
/*
308-
* TIMELINE_HISTORY %d
308+
* TIMELINE_HISTORY %u
309309
*/
310310
timeline_history:
311311
K_TIMELINE_HISTORY UCONST

0 commit comments

Comments
 (0)