projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6bdbbc
)
Turn a message about buffering connection to DEBUG2 from LOG
author
Pavan Deolasee
<
[email protected]
>
Wed, 5 Aug 2015 05:03:07 +0000
(10:33 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Wed, 5 Aug 2015 05:03:07 +0000
(10:33 +0530)
It was unnecessarily cluttering the logs
src/backend/pgxc/pool/execRemote.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/pgxc/pool/execRemote.c
b/src/backend/pgxc/pool/execRemote.c
index 0bb7df6cdc7984a417d77aa8dae6e7a0bd5fd394..99e17bbb670939de6d87212901e51863da754ef9 100644
(file)
--- a/
src/backend/pgxc/pool/execRemote.c
+++ b/
src/backend/pgxc/pool/execRemote.c
@@
-1360,7
+1360,7
@@
BufferConnection(PGXCNodeHandle *conn)
if (combiner == NULL || conn->state != DN_CONNECTION_STATE_QUERY)
return;
- elog(
LOG
, "Buffer connection %u to step %s", conn->nodeoid, combiner->cursor);
+ elog(
DEBUG2
, "Buffer connection %u to step %s", conn->nodeoid, combiner->cursor);
/*
* When BufferConnection is invoked CurrentContext is related to other