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

From: davec(at)postgresql(dot)org (Dave Cramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql/fastp ...
Date: 2002-03-21 02:52:38
Message-ID: 20020321025238.081FE4758F8@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: davec(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Dave Cramer 2002-03-21 03:20:31 pgsql/src/interfaces/jdbc/org/postgresql/core ...
Previous Message Dave Cramer 2002-03-21 02:40:04 pgsql/src/interfaces/jdbc/org/postgresql/core ...