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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't VALGRIND_PRINTF() each query string.
Date: 2013-09-06 23:43:46
Message-ID: E1VI5go-0005DR-Bt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-09-07 15:44:40 pgsql: intarray: return empty zero-dimensional array for an empty arra
Previous Message Kevin Grittner 2013-09-05 19:11:26 pgsql: Eliminate pg_rewrite.ev_attr column and related dead code.