mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Clarify comment in tablesync.c
Author: Peter Smith Reviewed-by: Amit Kapila, Michael Paquier, Euler Taveira Discussion: https://postgr.es/m/CAHut+Pt9_T6pWar0FLtPsygNmme8HPWPdGUyZ_8mE1Yvjdf0ZA@mail.gmail.com
This commit is contained in:
parent
c5b286047c
commit
fc749bc704
@ -52,9 +52,8 @@
|
||||
* CATCHUP -> SYNCDONE -> READY.
|
||||
*
|
||||
* The catalog pg_subscription_rel is used to keep information about
|
||||
* subscribed tables and their state. Some transient state during data
|
||||
* synchronization is kept in shared memory. The states SYNCWAIT and
|
||||
* CATCHUP only appear in memory.
|
||||
* subscribed tables and their state. The catalog holds all states
|
||||
* except SYNCWAIT and CATCHUP which are only in shared memory.
|
||||
*
|
||||
* Example flows look like this:
|
||||
* - Apply is in front:
|
||||
|
Loading…
x
Reference in New Issue
Block a user