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.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=424ff563bac6735ed87a3347534b8a12cbafd9a2;p=users%2Fc2main%2Fpostgres.git Update length of timestamp to 30. --- diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h index 4bcdee3ae5..39e3481d43 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