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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Readded ability to log the string being written to
Date: 2010-03-01 03:25:25
Message-ID: 20100301032525.4952B10715C6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-01 03:41:04 pgsql: Back-patch today's memory management fixups in contrib/xml2.
Previous Message Tom Lane 2010-03-01 02:21:40 pgsql: Back-patch changes of 2009-05-13 in xml.c's memory management.