diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-08-01 08:21:04 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-08-01 08:21:04 +0000 |
commit | 7a9c074cba2b65b0759b6c5f5bc5127e9cece75e (patch) | |
tree | fca26e9a77e5075fc00a49fcab673853a9af00a2 /src/interfaces/ecpg/compatlib/informix.c | |
parent | 83f62e9d2973d2aa58bf70235fb5dddf0a1baf5c (diff) | |
download | postgresql-7a9c074cba2b65b0759b6c5f5bc5127e9cece75e.tar.gz postgresql-7a9c074cba2b65b0759b6c5f5bc5127e9cece75e.zip |
- Added some Informix error codes in Informix mode.
- Added just another pgtypeslib function.
Diffstat (limited to 'src/interfaces/ecpg/compatlib/informix.c')
-rw-r--r-- | src/interfaces/ecpg/compatlib/informix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 807349fd835..e1b073f4002 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -823,7 +823,7 @@ rtypwidth(int sqltype, int sqllen) int dtcvfmtasc (char *inbuf, char *fmtstr, dtime_t *dtvalue) { - return 0; + return PGTYPEStimestamp_defmt_asc(inbuf, fmtstr, dtvalue); } static struct var_list |