projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a877df
)
Update length of timestamp to 30.
author
Bruce Momjian
Sun, 2 Jan 2000 02:11:08 +0000
(
02:11
+0000)
committer
Bruce Momjian
Sun, 2 Jan 2000 02:11:08 +0000
(
02:11
+0000)
src/include/utils/trace.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/trace.h
b/src/include/utils/trace.h
index 3cb2d9e28f1d7e18ebd7b2db0641da9877eb4ae5..61f0b27da13ef31b7265a0f46be36acb7513dcdc 100644
(file)
--- a/
src/include/utils/trace.h
+++ b/
src/include/utils/trace.h
@@
-18,7
+18,7
@@
#ifdef ELOG_TIMESTAMPS
char *tprintf_timestamp(void);
-#define TIMESTAMP_SIZE
28
+#define TIMESTAMP_SIZE
30
#else
#define TIMESTAMP_SIZE 0
#endif