Fix typos in logical/launcher.c
authorMichael Paquier <[email protected]>
Wed, 19 Oct 2022 01:27:23 +0000 (10:27 +0900)
committerMichael Paquier <[email protected]>
Wed, 19 Oct 2022 01:27:23 +0000 (10:27 +0900)
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pvbma5HCc7==-B1ycyLQVyu7Fqq-qV=jhC5Zx4pWqk3uw@mail.gmail.com

src/backend/replication/logical/launcher.c

index ff57421da69d9fcd795f87bdba1e50d20020b632..f2c55f3f6a2aa9945958fa43e02016cc46c14825 100644 (file)
@@ -235,8 +235,8 @@ logicalrep_worker_find(Oid subid, Oid relid, bool only_running)
 }
 
 /*
- * Similar to logicalrep_worker_find(), but returns list of all workers for
- * the subscription, instead just one.
+ * Similar to logicalrep_worker_find(), but returns list of all workers for
+ * the subscription, instead of just one.
  */
 List *
 logicalrep_workers_find(Oid subid, bool only_running)