pgsql/src/interfaces/jdbc/org/postgresql Conne ... - Mailing list pgsql-committers

From barry@postgresql.org (Barry Lind)
Subject pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date
Msg-id 20020514030035.7B2C3475CAE@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.org    02/05/13 23:00:35

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java

Log message:
    fixed problem connecting to server with client_min_messages set to debug.  The code was not expecting to receive
noticemessages during the connection handshake. 


pgsql-committers by date:

Previous
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql/src/bin psql/Tag: psql/REL7_2_STABLE psq ...
Next
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql/src/bin/psql startup.c