1
0
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.

Added SQLSTATE macro closing bug #3961.
EXECUTE can return NOT FOUND so it should be checked here too.
This commit is contained in:
Michael Meskes
2008-02-15 12:11:02 +00:00
parent ca65da88d5
commit bea0466d9d
7 changed files with 33 additions and 45 deletions

View File

@@ -1,10 +1,11 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.14 2006/03/11 04:38:39 momjian Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.14.4.1 2008/02/15 12:11:02 meskes Exp $ */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
#include <ecpg_informix.h>
typedef decimal dec_t;
/* brought in by ecpg_informix.h nowadays
* typedef decimal dec_t; */
#endif /* ndef _ECPG_DECIMAL_H */