From: Bruce Momjian Date: Sun, 2 Jan 2000 02:11:13 +0000 (+0000) Subject: Update length of timestamp to 30. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=424ff563bac6735ed87a3347534b8a12cbafd9a2;p=thirdparty%2Fpostgresql.git Update length of timestamp to 30. --- 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