pgsql: Don't VALGRIND_PRINTF() each query string. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Don't VALGRIND_PRINTF() each query string.
Date
Msg-id E1VI5go-0005DR-Bt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Eliminate pg_rewrite.ev_attr column and related dead code.
Next
From: Bruce Momjian
Date:
Subject: pgsql: intarray: return empty zero-dimensional array for an empty arra