From 56dd8e85c40fef3e3c2c10afa186ee30416ec507 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 10 Apr 2017 13:42:05 -0400 Subject: [PATCH] Fix typo in comment --- src/backend/replication/logical/tablesync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/logical/tablesync.c b/src/backend/replication/logical/tablesync.c index a067fe3a39..d1f27348f0 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. */ -- 2.40.0