mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +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:
|
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
|
||||||
|
Reference in New Issue
Block a user