diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-04-10 13:42:05 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-04-10 13:42:22 -0400 |
commit | 56dd8e85c40fef3e3c2c10afa186ee30416ec507 (patch) | |
tree | 6b85998342de926bd8e5b713bef49da2f5ff45c4 /src | |
parent | 26ad194cb0a6b955e155d44fb52a74212ce85759 (diff) | |
download | postgresql-56dd8e85c40fef3e3c2c10afa186ee30416ec507.tar.gz postgresql-56dd8e85c40fef3e3c2c10afa186ee30416ec507.zip |
Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/logical/tablesync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/tablesync.c b/src/backend/replication/logical/tablesync.c index a067fe3a39b..d1f27348f06 100644 --- a/src/backend/replication/logical/tablesync.c +++ b/src/backend/replication/logical/tablesync.c @@ -332,7 +332,7 @@ process_syncing_tables_for_apply(XLogRecPtr current_lsn) } else /* - * If no sync worker for this table yet, could running sync + * If no sync worker for this table yet, count running sync * workers for this subscription, while we have the lock, for * later. */ |