Skip to content

Commit c68ec1b

Browse files
committed
Fix typos in logical/launcher.c
Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Pvbma5HCc7==-B1ycyLQVyu7Fqq-qV=jhC5Zx4pWqk3uw@mail.gmail.com
1 parent fc579e1 commit c68ec1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/replication/logical/launcher.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ logicalrep_worker_find(Oid subid, Oid relid, bool only_running)
235235
}
236236

237237
/*
238-
* Similar to logicalrep_worker_find(), but returns list of all workers for
239-
* the subscription, instead just one.
238+
* Similar to logicalrep_worker_find(), but returns a list of all workers for
239+
* the subscription, instead of just one.
240240
*/
241241
List *
242242
logicalrep_workers_find(Oid subid, bool only_running)

0 commit comments

Comments
 (0)