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

From davec@postgresql.org (Dave Cramer)
Subject pgsql/src/interfaces/jdbc/org/postgresql/fastp ...
Date
Msg-id 20020321025238.081FE4758F8@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.org    02/03/20 21:52:37

Modified files:
    src/interfaces/jdbc/org/postgresql/fastpath: Fastpath.java

Log message:
    modifications to the way the protocol is handled to be consistent with
    QueryExecutor. This includes:
    1) only exit after we receive a 'Z' packet
    2) append error messages to a buffer and throw the exception at the end


pgsql-committers by date:

Previous
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/core ...
Next
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/core ...