1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Hide Informix datatypes. They are not seen by our built process anymore.

This commit is contained in:
Michael Meskes
2003-10-03 10:07:28 +00:00
parent 17f682488b
commit 1bd5e054ed
8 changed files with 93 additions and 73 deletions

View File

@@ -5,9 +5,10 @@
#include <ctype.h>
#include <ecpgtype.h>
#include <ecpg_informix.h>
#include <compatlib.h>
#include <pgtypes_error.h>
#include <pgtypes_date.h>
#include <pgtypes_numeric.h>
#include <sqltypes.h>
char *ECPGalloc(long, int);
@@ -886,7 +887,7 @@ rtypwidth(int sqltype, int sqllen)
}
int
dtcvfmtasc(char *inbuf, char *fmtstr, dtime_t * dtvalue)
dtcvfmtasc(char *inbuf, char *fmtstr, timestamp * dtvalue)
{
return PGTYPEStimestamp_defmt_asc(inbuf, fmtstr, dtvalue);
}