We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb72adc commit 6d7bd5dCopy full SHA for 6d7bd5d
src/include/utils/timestamp.h
@@ -93,12 +93,10 @@ typedef struct
93
#define SECS_PER_MINUTE 60
94
#define MINS_PER_HOUR 60
95
96
-#ifdef HAVE_INT64_TIMESTAMP
97
#define USECS_PER_DAY INT64CONST(86400000000)
98
#define USECS_PER_HOUR INT64CONST(3600000000)
99
#define USECS_PER_MINUTE INT64CONST(60000000)
100
#define USECS_PER_SEC INT64CONST(1000000)
101
-#endif
102
103
/*
104
* Macros for fmgr-callable functions.
0 commit comments