- Made sure Informix style decimal vars are initialized. They use a

Michael Meskes <meskes@postgresql.org>

Commit: cf883ea95c4bad69910300cbd6c0ef5cb84a9178
Author: Michael Meskes <meskes@postgresql.org>
Date: 2003-06-29T16:52:58Z
Releases: 7.4.1
- Made sure Informix style decimal vars are initialized. They use a
  fixed amount of digits and not an allocated one. So we have to work
  around. PostgreSQL numeric type remains the same.
- In INFORMIX_SE mode with autcommit set, make all cursors be "with
  hold". Is this really they way SE behaves?

Files