npgsql - Npgsql2: Readded ability to log the string being written to

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Readded ability to log the string being written to
Дата
Msg-id 20100301032525.4952B10715C6@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------


Readded ability to log the string being written to server. It was removed in the last optimization (version 1.5) by
mistake.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        PGUtil.cs (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/PGUtil.cs?r1=1.11&r2=1.12)
        NpgsqlQuery.cs (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlQuery.cs?r1=1.7&r2=1.8)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Back-patch changes of 2009-05-13 in xml.c's memory management.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Back-patch today's memory management fixups in contrib/xml2.