pgsql: Applied Zoltan's patch to make char the default sqlda type.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Applied Zoltan's patch to make char the default sqlda type.
Date: 2010-01-13 09:06:51
Message-ID: 20100113090651.21F6E7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-01-13 10:46:18 pgstatsinfo - pg_reporter: Imported Sources
Previous Message Michael Meskes 2010-01-13 08:41:52 pgsql: Fix SQL3 type return value.