Turn a message about buffering connection to DEBUG2 from LOG
authorPavan Deolasee <[email protected]>
Wed, 5 Aug 2015 05:03:07 +0000 (10:33 +0530)
committerPavan 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

index 0bb7df6cdc7984a417d77aa8dae6e7a0bd5fd394..99e17bbb670939de6d87212901e51863da754ef9 100644 (file)
@@ -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