pgsql-server/src/interfaces/ecpg ChangeLog inc ... - Mailing list pgsql-committers

From [email protected] (Michael Meskes)
Subject pgsql-server/src/interfaces/ecpg ChangeLog inc ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    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?


pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql-server/ oc/src/sgml/information_schema.s ...
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src backend/nodes/bitmapset.c bac ...