fix-tablesync-comment-typo-20210202.patch
application/octet-stream
Filename: fix-tablesync-comment-typo-20210202.patch
Type: application/octet-stream
Part: 0
Message:
Typo in tablesync comment
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/replication/logical/tablesync.c | 2 | 2 |
diff --git a/src/backend/replication/logical/tablesync.c b/src/backend/replication/logical/tablesync.c index 863d196..18131cc 100644 --- a/src/backend/replication/logical/tablesync.c +++ b/src/backend/replication/logical/tablesync.c @@ -52,8 +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 + * subscribed tables and their state. Some transient states during data + * synchronization are kept in shared memory. The states SYNCWAIT and * CATCHUP only appear in memory. * * Example flows look like this: