1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Fix misleading comments

To match code changes in 229fb58d4f.
This commit is contained in:
Peter Eisentraut
2024-03-19 10:55:51 +01:00
parent a88c800deb
commit 49b579f92d

View File

@ -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: start_replication:
K_START_REPLICATION opt_slot opt_physical RECPTR opt_timeline 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: timeline_history:
K_TIMELINE_HISTORY UCONST K_TIMELINE_HISTORY UCONST