Commit fc749bc7 authored by Michael Paquier's avatar Michael Paquier

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
parent c5b28604
...@@ -52,9 +52,8 @@ ...@@ -52,9 +52,8 @@
* CATCHUP -> SYNCDONE -> READY. * CATCHUP -> SYNCDONE -> READY.
* *
* The catalog pg_subscription_rel is used to keep information about * The catalog pg_subscription_rel is used to keep information about
* subscribed tables and their state. Some transient state during data * subscribed tables and their state. The catalog holds all states
* synchronization is kept in shared memory. The states SYNCWAIT and * except SYNCWAIT and CATCHUP which are only in shared memory.
* CATCHUP only appear in memory.
* *
* Example flows look like this: * Example flows look like this:
* - Apply is in front: * - Apply is in front:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment