psqlodbc - psqlodbc: This patch fill fix the notice handler so that the - Mailing list pgsql-committers

From [email protected] (User Dpage)
Subject psqlodbc - psqlodbc: This patch fill fix the notice handler so that the
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
This patch fill fix the notice handler so that the odbc driver doesn't output notices from the backend to stderr.
[Scot Loach]

Modified Files:
--------------
    psqlodbc:
        connection.c (r1.114 -> r1.115)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.114&r2=1.115)

pgsql-committers by date:

Previous
From: [email protected] (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: This patch corrects the previous fix for returning
Next
From: [email protected] (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: Don't lose notices that don't come from a query.