Attached is a simple one line patch for the problem reported in the

Bruce Momjian <bruce@momjian.us>

Commit: ef80c87f60b7377728f9eb0005b0af22f9afcb48
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-22T13:20:06Z
Releases: 7.2.1
Attached is a simple one line patch for the problem reported in the
following email.

 > > The problem:  When I call getBigDecimal() on a ResultSet, it
 > > sometimes throws an exception:
 > >
 > >   Bad BigDecimal 174.50
 > >     at org.postgresql.jdbc2.ResultSet.getBigDecimal(ResultSet.java:373)
 > >     at org.postgresql.jdbc2.ResultSet.getBigDecimal(ResultSet.java:984)
 > >     ...blah blah blah...
 > >   org.postgresql.util.PSQLException: Bad BigDecimal 174.50

Barry Lind

Files