8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b2860 commit fc749bcCopy full SHA for fc749bc
src/backend/replication/logical/tablesync.c
@@ -52,9 +52,8 @@
52
* CATCHUP -> SYNCDONE -> READY.
53
*
54
* 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.
+ * subscribed tables and their state. The catalog holds all states
+ * except SYNCWAIT and CATCHUP which are only in shared memory.
58
59
* Example flows look like this:
60
* - Apply is in front:
0 commit comments