From 2bdd2e5dcff20e4cf5987c901a71b794808d582b Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Tue, 1 Jul 2003 12:40:52 +0000 Subject: Use ISO dates in pgtypeslib by default. Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others. --- src/interfaces/ecpg/include/decimal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/include/decimal.h') diff --git a/src/interfaces/ecpg/include/decimal.h b/src/interfaces/ecpg/include/decimal.h index acbb758814a..e0cb06bd5c8 100644 --- a/src/interfaces/ecpg/include/decimal.h +++ b/src/interfaces/ecpg/include/decimal.h @@ -1,7 +1,7 @@ #include #ifndef dec_t -#define dec_t Numeric +#define dec_t Decimal #endif /* dec_t */ int decadd(dec_t *, dec_t *, dec_t *); -- cgit v1.2.3