projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc579e1
)
Fix typos in logical/launcher.c
author
Michael Paquier
Wed, 19 Oct 2022 01:27:23 +0000
(10:27 +0900)
committer
Michael Paquier
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/launcher.c
b/src/backend/replication/logical/launcher.c
index ff57421da69d9fcd795f87bdba1e50d20020b632..f2c55f3f6a2aa9945958fa43e02016cc46c14825 100644
(file)
--- 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)