projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a109b
)
Add spaces around operator.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 7 Oct 2005 20:13:16 +0000
(20:13 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 7 Oct 2005 20:13:16 +0000
(20:13 +0000)
src/include/utils/timestamp.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/timestamp.h
b/src/include/utils/timestamp.h
index 30aaba4a24697ea1990137058a7a311dc734bf8e..b7cede65e3922acb19f8a16ea3e9e226fb656a20 100644
(file)
--- a/
src/include/utils/timestamp.h
+++ b/
src/include/utils/timestamp.h
@@
-164,7
+164,7
@@
typedef int32 fsec_t;
typedef double fsec_t;
#define TIME_PREC_INV 1000000.0
-#define JROUND(j) (rint(((double) (j))
*TIME_PREC_INV)/
TIME_PREC_INV)
+#define JROUND(j) (rint(((double) (j))
* TIME_PREC_INV) /
TIME_PREC_INV)
#endif
#define TIMESTAMP_MASK(b) (1 << (b))