Skip to content

Commit fc749bc

Browse files
committed
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
1 parent c5b2860 commit fc749bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/replication/logical/tablesync.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@
5252
* CATCHUP -> SYNCDONE -> READY.
5353
*
5454
* The catalog pg_subscription_rel is used to keep information about
55-
* subscribed tables and their state. Some transient state during data
56-
* synchronization is kept in shared memory. The states SYNCWAIT and
57-
* CATCHUP only appear in memory.
55+
* subscribed tables and their state. The catalog holds all states
56+
* except SYNCWAIT and CATCHUP which are only in shared memory.
5857
*
5958
* Example flows look like this:
6059
* - Apply is in front:

0 commit comments

Comments
 (0)