From 424ff563bac6735ed87a3347534b8a12cbafd9a2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 2 Jan 2000 02:11:13 +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 4bcdee3ae57..39e3481d43d 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 -- 2.39.5