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 a88c800 commit 49b579fCopy full SHA for 49b579f
src/backend/replication/repl_gram.y
@@ -275,7 +275,7 @@ alter_replication_slot:
275
;
276
277
/*
278
- * START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %d]
+ * START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %u]
279
*/
280
start_replication:
281
K_START_REPLICATION opt_slot opt_physical RECPTR opt_timeline
@@ -305,7 +305,7 @@ start_logical_replication:
305
}
306
307
308
- * TIMELINE_HISTORY %d
+ * TIMELINE_HISTORY %u
309
310
timeline_history:
311
K_TIMELINE_HISTORY UCONST
0 commit comments