projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c8672
)
Fix comment and log message so it no longer
author
Steve Singer
<ssinger@ca.afilias.info>
Tue, 9 Dec 2014 02:48:06 +0000
(21:48 -0500)
committer
Steve Singer
<ssinger@ca.afilias.info>
Tue, 9 Dec 2014 02:48:06 +0000
(21:48 -0500)
refers to helper threads(which were removed in 2.2)
src/slon/remote_worker.c
patch
|
blob
|
blame
|
history
diff --git
a/src/slon/remote_worker.c
b/src/slon/remote_worker.c
index 48e86fc7a56425df78636cbc906ded3ca2c7b646..cde16db319991c131aa1879b090aba04964d78a9 100644
(file)
--- a/
src/slon/remote_worker.c
+++ b/
src/slon/remote_worker.c
@@
-1702,11
+1702,11
@@
adjust_provider_info(SlonNode * node, WorkerGroupData * wd, int cleanup,
if (provider->set_head == NULL)
{
/*
- * Tell
this helper thread to exit, join him and destroy thread
+ * Tell
connection to close
* related data.
*/
slon_log(SLON_CONFIG, "remoteWorkerThread_%d: "
- "
helper thread
for provider %d terminated\n",
+ "
connection
for provider %d terminated\n",
node->no_id, provider->no_id);
/*