Thread: pgsql/src/interfaces/jdbc/org/postgresql/fastp ...

pgsql/src/interfaces/jdbc/org/postgresql/fastp ...

From
davec@postgresql.org (Dave Cramer)
Date:
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