mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
@ -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
|
||||
|
Reference in New Issue
Block a user