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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy