diff options
author | Bruce Momjian | 2000-01-02 02:11:13 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-01-02 02:11:13 +0000 |
commit | 424ff563bac6735ed87a3347534b8a12cbafd9a2 (patch) | |
tree | 7cee9aff3a54a19d3c5c6352dc7a888dc4ba3b63 | |
parent | a17c0e0b0c14ebe0aa89a3e1d1d3b402c3910eed (diff) |
Update length of timestamp to 30.
-rw-r--r-- | src/include/utils/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |