projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17c0e0
)
Update length of timestamp to 30.
author
Bruce Momjian
<
[email protected]
>
Sun, 2 Jan 2000 02:11:13 +0000
(
02:11
+0000)
committer
Bruce Momjian
<
[email protected]
>
Sun, 2 Jan 2000 02:11:13 +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 4bcdee3ae575a220c5f84529741067ce0475a36e..39e3481d43d927e6d4eddff13c7bb584cb4a8cd2 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