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
1 changed files with 2 additions and 2 deletions

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:
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