diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-10-19 10:27:23 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-10-19 10:27:23 +0900 |
commit | c68ec1b027a9941ef4dc56e0d239f29e8a26fc5d (patch) | |
tree | 812eaadfb0f5d5246a27ad4832bf6821a7d770e7 /src | |
parent | fc579e11c6b8400f8d4ea2438c72bde006774370 (diff) | |
download | postgresql-c68ec1b027a9941ef4dc56e0d239f29e8a26fc5d.tar.gz postgresql-c68ec1b027a9941ef4dc56e0d239f29e8a26fc5d.zip |
Fix typos in logical/launcher.c
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pvbma5HCc7==-B1ycyLQVyu7Fqq-qV=jhC5Zx4pWqk3uw@mail.gmail.com
Diffstat (limited to 'src')
-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 ff57421da69..f2c55f3f6a2 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) |