Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d7bd5d

Browse files
committed
Make USECS_PER_* timestamp macros visible even when we are not using
integer timestamps.
1 parenteb72adc commit6d7bd5d

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
#defineSECS_PER_MINUTE 60
9494
#defineMINS_PER_HOUR60
9595

96-
#ifdefHAVE_INT64_TIMESTAMP
9796
#defineUSECS_PER_DAYINT64CONST(86400000000)
9897
#defineUSECS_PER_HOURINT64CONST(3600000000)
9998
#defineUSECS_PER_MINUTE INT64CONST(60000000)
10099
#defineUSECS_PER_SECINT64CONST(1000000)
101-
#endif
102100

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp