]> granicus.if.org Git - postgresql/commit
- Made sure Informix style decimal vars are initialized. They use a
authorMichael Meskes <meskes@postgresql.org>
Sun, 29 Jun 2003 16:52:58 +0000 (16:52 +0000)
committerMichael Meskes <meskes@postgresql.org>
Sun, 29 Jun 2003 16:52:58 +0000 (16:52 +0000)
commitcf883ea95c4bad69910300cbd6c0ef5cb84a9178
treeb63f0ec4b5df349900007d35f0b431083200bfbf
parent4355d4fb215f0f795241871b30eb3b7e949387cd
- 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?
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/test/num_test.pgc
src/interfaces/ecpg/test/test_informix.pgc