projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e861f
)
Add spacing around operators.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 8 Oct 2005 02:39:27 +0000
(
02:39
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 8 Oct 2005 02:39:27 +0000
(
02:39
+0000)
src/interfaces/ecpg/pgtypeslib/dt.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/pgtypeslib/dt.h
b/src/interfaces/ecpg/pgtypeslib/dt.h
index abdc3c272b97c4307c44c9f5905dccd296a73271..3c9dd4e01863b1647a6a7fbfec7e243bb66c4354 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/dt.h
+++ b/
src/interfaces/ecpg/pgtypeslib/dt.h
@@
-14,7
+14,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 USE_POSTGRES_DATES 0