From: Bruce Momjian Date: Sun, 2 Jan 2000 02:11:08 +0000 (+0000) Subject: Update length of timestamp to 30. X-Git-Tag: REL7_0~950 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8587d02ebe717fb763c6763c0e99451625727cc;p=postgresql Update length of timestamp to 30. --- 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