Content-Length: 270420 | pFad | http://github.com/postgrespro/postgres/commit/49b579f92dc6add10d1f03ba2cea6eab597a2f2f
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
Fetched URL: http://github.com/postgrespro/postgres/commit/49b579f92dc6add10d1f03ba2cea6eab597a2f2f
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments