pgfouine - pgfouine: fixed an oversight in stderr parser related to

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: fixed an oversight in stderr parser related to
Date: 2009-04-25 20:16:38
Message-ID: 20090425201638.4C73E17ADED9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
fixed an oversight in stderr parser related to [#1010525] stderr Multiline queries are not parsed
removed the "tainted" message as queries should be multiplexed correctly in newer releases

Modified Files:
--------------
pgfouine:
ChangeLog (r1.84 -> r1.85)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.84&r2=1.85)
pgfouine/include/postgresql/parsers:
StderrPostgreSQLParser.class.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/StderrPostgreSQLParser.class.php.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2009-04-25 20:19:06 pgfouine - pgfouine: fixed the unit tests
Previous Message User Gsmet 2009-04-25 18:25:04 pgfouine - www: in fact, fastpath function calls were already supported