Update length of timestamp to 30.
authorBruce Momjian <[email protected]>
Sun, 2 Jan 2000 02:11:13 +0000 (02:11 +0000)
committerBruce Momjian <[email protected]>
Sun, 2 Jan 2000 02:11:13 +0000 (02:11 +0000)
src/include/utils/trace.h

index 4bcdee3ae575a220c5f84529741067ce0475a36e..39e3481d43d927e6d4eddff13c7bb584cb4a8cd2 100644 (file)
@@ -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