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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user