Thread: pgsql-server/src/interfaces/ecpg ChangeLog inc ...

pgsql-server/src/interfaces/ecpg ChangeLog inc ...

From
meskes@svr1.postgresql.org (Michael Meskes)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    meskes@svr1.postgresql.org    03/06/29 13:52:58

Modified files:
    src/interfaces/ecpg: ChangeLog
    src/interfaces/ecpg/include: ecpgtype.h
    src/interfaces/ecpg/preproc: preproc.y
    src/interfaces/ecpg/test: num_test.pgc test_informix.pgc

Log message:
    - 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?