mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -2,11 +2,11 @@
|
||||
#include <pgtypes_interval.h>
|
||||
|
||||
#ifndef dtime_t
|
||||
#define dtime_t Timestamp
|
||||
#define dtime_t timestamp
|
||||
#endif /* dtime_t */
|
||||
|
||||
#ifndef intrvl_t
|
||||
#define intrvl_t Interval
|
||||
#define intrvl_t interval
|
||||
#endif /* intrvl_t */
|
||||
|
||||
extern void dtcurrent(dtime_t *);
|
||||
|
Reference in New Issue
Block a user