projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b8efd
)
Delete some debug code.
author
Bo Peng
<pengbo@sraoss.co.jp>
Thu, 24 May 2018 08:37:43 +0000
(17:37 +0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Thu, 24 May 2018 08:37:43 +0000
(17:37 +0900)
src/protocol/pool_proto_modules.c
patch
|
blob
|
blame
|
history
diff --git
a/src/protocol/pool_proto_modules.c
b/src/protocol/pool_proto_modules.c
index ce1c2254602d12975364460b2eb3d5ba49102eff..f8a435e9a972d2c3ce7eb647883daec93f031e4c 100644
(file)
--- a/
src/protocol/pool_proto_modules.c
+++ b/
src/protocol/pool_proto_modules.c
@@
-338,11
+338,9
@@
POOL_STATUS SimpleQuery(POOL_CONNECTION *frontend,
if (vnode->kind == VAR_SET_VALUE)
{
value = flatten_set_variable_args("name", vnode->args);
- printf("%s\n", value);
}
if (vnode->kind == VAR_RESET_ALL)
{
- printf("reset all\n");
reset_all_variables(frontend, backend);
}
else