Fix typos in logical/launcher.c

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pvbma5HCc7==-B1ycyLQVyu7Fqq-qV=jhC5Zx4pWqk3uw@mail.gmail.com
This commit is contained in:
Michael Paquier 2022-10-19 10:27:23 +09:00
parent fc579e11c6
commit c68ec1b027

View 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 a list of all workers for
* the subscription, instead of just one.
*/
List *
logicalrep_workers_find(Oid subid, bool only_running)