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

Commit5a38a11

Browse files
committed
Remove sparc dir, add difftime macro for sunos.
1 parentcfd15d1 commit5a38a11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/backend/utils/adt/timestamp.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
#include"miscadmin.h"
77
#include"utils/builtins.h"
88

9+
/* sunos doesn't have this function */
10+
#if defined(sunos)
11+
#definedifftime(time1,time0) ((time1) - (time0))
12+
#endif
13+
914
#ifFALSE
1015
/* copy the next part of the string into a buffer */
1116
staticconstchar*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp