Backed out part of the change from 1.6. The attempt to support int8 binds

Barry Lind <barry@xythos.com>

Commit: ba7c2d2b00566dd943a2eb40b6a68faba7d3662d
Author: Barry Lind <barry@xythos.com>
Date: 2002-10-19T21:53:42Z
Releases: 7.3.1
Backed out part of the change from 1.6.  The attempt to support int8 binds
in such a way that indexes on int8 columns would be used (by quoting the value)
caused other problems.  Will need to wait for the backend to properly fix
the root problem.

 Modified Files:
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java

Files