Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc749bc

Browse filesBrowse 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
Copy full SHA for fc749bc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎src/backend/replication/logical/tablesync.c

Copy file name to clipboardExpand all lines: src/backend/replication/logical/tablesync.c
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.