From a8587d02ebe717fb763c6763c0e99451625727cc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 2 Jan 2000 02:11:08 +0000 Subject: [PATCH] Update length of timestamp to 30. --- src/include/utils/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h index 3cb2d9e28f..61f0b27da1 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