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

Commit8e0c8a2

Browse files
committed
Add spaces around operator.
1 parentbb55e58 commit8e0c8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/timestamp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.54 2005/08/12 18:23:56 tgl Exp $
9+
* $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.55 2005/10/07 20:13:16 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -164,7 +164,7 @@ typedef int32 fsec_t;
164164
typedefdoublefsec_t;
165165

166166
#defineTIME_PREC_INV 1000000.0
167-
#defineJROUND(j) (rint(((double) (j))*TIME_PREC_INV)/TIME_PREC_INV)
167+
#defineJROUND(j) (rint(((double) (j)) *TIME_PREC_INV) /TIME_PREC_INV)
168168
#endif
169169

170170
#defineTIMESTAMP_MASK(b) (1 << (b))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp