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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Don't VALGRIND_PRINTF() each query string.
Дата
Msg-id E1VI5go-0005DR-Bt@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Eliminate pg_rewrite.ev_attr column and related dead code.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: intarray: return empty zero-dimensional array for an empty arra