Backport patch to work around a server bug. Server incorrectly handles the

Barry Lind <barry@xythos.com>

Commit: e02ace4418026de395ae8458d39ce21b251a518b
Author: Barry Lind <barry@xythos.com>
Date: 2003-03-19T04:09:09Z
Releases: 7.3.3
Backport patch to work around a server bug.  Server incorrectly handles the
following:  select 1; commit; set autocommit true;
If this is submitted in one call to the server (the select 1 doesn't start a
new transaction like it should), however if the select 1 is sent as a separate
call then it works correctly.

Modified Files:
 Tag: REL7_3_STABLE
	jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java

Files