diff options
author | Michael Paquier | 2022-10-19 01:27:23 +0000 |
---|---|---|
committer | Michael Paquier | 2022-10-19 01:27:23 +0000 |
commit | c68ec1b027a9941ef4dc56e0d239f29e8a26fc5d (patch) | |
tree | 812eaadfb0f5d5246a27ad4832bf6821a7d770e7 | |
parent | fc579e11c6b8400f8d4ea2438c72bde006774370 (diff) |
Fix typos in logical/launcher.c
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pvbma5HCc7==-B1ycyLQVyu7Fqq-qV=jhC5Zx4pWqk3uw@mail.gmail.com
-rw-r--r-- | src/backend/replication/logical/launcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/launcher.c b/src/backend/replication/logical/launcher.c index ff57421da6..f2c55f3f6a 100644 --- a/src/backend/replication/logical/launcher.c +++ b/src/backend/replication/logical/launcher.c @@ -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 a list of all workers for + * the subscription, instead of just one. */ List * logicalrep_workers_find(Oid subid, bool only_running) |