Thread: pgsql: Don't VALGRIND_PRINTF() each query string.

pgsql: Don't VALGRIND_PRINTF() each query string.

From
Noah Misch
Date:
Don't VALGRIND_PRINTF() each query string.

Doing so was helpful for some Valgrind usage and distracting for other
usage.  One can achieve the same effect by changing log_statement and
pointing both PostgreSQL and Valgrind logging to stderr.

Per gripe from Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b8104730c8eae1f81ccbc8673bbd2a3566e660ae

Modified Files
--------------
src/backend/tcop/postgres.c |    5 -----
1 file changed, 5 deletions(-)