pgsql: Applied Zoltan's patch to make char the default sqlda type. - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Applied Zoltan's patch to make char the default sqlda type.
Date
Msg-id 20100113090651.21F6E7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Applied Zoltan's patch to make char the default sqlda type.

Given that undefined types are handled as character strings anyway the type
translation function can simply return the correcponding ECPGt_char type.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        typename.c (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/typename.c?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fix SQL3 type return value.
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgstatsinfo - pg_reporter: Imported Sources