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

From dpage@pgfoundry.org (User Dpage)
Subject psqlodbc - psqlodbc: This patch fill fix the notice handler so that the
Date
Msg-id 20050917222725.1E75A11263E1@pgfoundry.org
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: dpage@pgfoundry.org (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: This patch corrects the previous fix for returning
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: Don't lose notices that don't come from a query.