1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
2008-02-14 12:22:36 +00:00
parent 0fa15b9ed3
commit 78772dc018
6 changed files with 20 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.12 2006/03/11 04:38:39 momjian Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.13 2008/02/14 12:22:36 meskes Exp $ */
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H
#include <ecpg_informix.h>
typedef timestamp dtime_t;
typedef interval intrvl_t;
/* typedef timestamp dtime_t;
typedef interval intrvl_t;*/
#endif /* ndef _ECPG_DATETIME_H */