mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
- Added Dave patch for Informix handling of numeric/int conversion.
- Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <pgtypes_numeric.h>
|
||||
|
||||
#ifndef dec_t
|
||||
#define dec_t Decimal
|
||||
#define dec_t decimal
|
||||
#endif /* dec_t */
|
||||
|
||||
int decadd(dec_t *, dec_t *, dec_t *);
|
||||
|
Reference in New Issue
Block a user