aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-02 02:11:08 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-02 02:11:08 +0000
commita8587d02ebe717fb763c6763c0e99451625727cc (patch)
tree8eb417b70d2940867a6edff66aa52a1900a7ab25
parent7a877dfd2d11a0b89b7991303453ef52e5175f05 (diff)
downloadpostgresql-a8587d02ebe717fb763c6763c0e99451625727cc.tar.gz
postgresql-a8587d02ebe717fb763c6763c0e99451625727cc.zip
Update length of timestamp to 30.
-rw-r--r--src/include/utils/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h
index 3cb2d9e28f1..61f0b27da13 100644
--- 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