Skip to content

Commit 6d7bd5d

Browse files
committed
Make USECS_PER_* timestamp macros visible even when we are not using
integer timestamps.
1 parent eb72adc commit 6d7bd5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/utils/timestamp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@ typedef struct
9393
#define SECS_PER_MINUTE 60
9494
#define MINS_PER_HOUR 60
9595

96-
#ifdef HAVE_INT64_TIMESTAMP
9796
#define USECS_PER_DAY INT64CONST(86400000000)
9897
#define USECS_PER_HOUR INT64CONST(3600000000)
9998
#define USECS_PER_MINUTE INT64CONST(60000000)
10099
#define USECS_PER_SEC INT64CONST(1000000)
101-
#endif
102100

103101
/*
104102
* Macros for fmgr-callable functions.

0 commit comments

Comments
 (0)