1
0
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:
Michael Meskes
2003-03-27 14:29:17 +00:00
parent 5e5c5cd31a
commit 89508a8492
18 changed files with 263 additions and 109 deletions

View File

@@ -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 *);