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

Sorry, accidently committed a patch I'm working on. Reverting it.

The only correct change was:
- Added SQLSTATE macro closing bug #3961.
This commit is contained in:
Michael Meskes
2008-02-14 12:27:26 +00:00
parent 78772dc018
commit a3a648ecc9
4 changed files with 9 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.13 2008/02/14 12:22:36 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.14 2008/02/14 12:27:26 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 */