mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Changed the way symbols are defined in C in INFORMIX mode.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.14 2008/02/14 12:27:26 meskes Exp $ */
|
||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.15 2008/02/15 11:20:21 meskes Exp $ */
|
||||
|
||||
#ifndef _ECPG_DATETIME_H
|
||||
#define _ECPG_DATETIME_H
|
||||
|
||||
#include <ecpg_informix.h>
|
||||
|
||||
typedef timestamp dtime_t;
|
||||
typedef interval intrvl_t;
|
||||
/* brought in by ecpg_informix.h nowadays
|
||||
* typedef timestamp dtime_t;
|
||||
* typedef interval intrvl_t; */
|
||||
|
||||
#endif /* ndef _ECPG_DATETIME_H */
|
||||
|
Reference in New Issue
Block a user