mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
More changes to pgtypeslib and set optimization to -O1.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#include <pgtypes_timestamp.h>
|
||||
#include <pgtypes_interval.h>
|
||||
|
||||
#ifndef dtime_t
|
||||
#define dtime_t Timestamp
|
||||
#endif /* dtime_t */
|
||||
|
||||
#ifndef intrvl_t
|
||||
#define intrvl_t Timestamp
|
||||
#define intrvl_t Interval
|
||||
#endif /* intrvl_t */
|
||||
|
||||
extern void dtcurrent (dtime_t *);
|
||||
|
Reference in New Issue
Block a user