1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +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,10 +1,10 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.15 2008/02/14 12:22:36 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.16 2008/02/14 12:27:26 meskes Exp $ */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
#include <ecpg_informix.h>
/* typedef decimal dec_t; */
typedef decimal dec_t;
#endif /* ndef _ECPG_DECIMAL_H */