projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88c800
)
Fix misleading comments
author
Peter Eisentraut
<
[email protected]
>
Tue, 19 Mar 2024 09:55:51 +0000
(10:55 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 19 Mar 2024 09:55:51 +0000
(10:55 +0100)
To match code changes in
229fb58d4f
.
src/backend/replication/repl_gram.y
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/repl_gram.y
b/src/backend/replication/repl_gram.y
index 7474f5bd6713df6c7b2973f0ea1adb26892809e1..53780bbf29701477fcd6348c21e831b59c88fa38 100644
(file)
--- a/
src/backend/replication/repl_gram.y
+++ b/
src/backend/replication/repl_gram.y
@@
-275,7
+275,7
@@
alter_replication_slot:
;
/*
- * START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %
d
]
+ * START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %
u
]
*/
start_replication:
K_START_REPLICATION opt_slot opt_physical RECPTR opt_timeline
@@
-305,7
+305,7
@@
start_logical_replication:
}
;
/*
- * TIMELINE_HISTORY %
d
+ * TIMELINE_HISTORY %
u
*/
timeline_history:
K_TIMELINE_HISTORY UCONST