]> granicus.if.org Git - postgresql/commitdiff
Update length of timestamp to 30.
authorBruce Momjian <bruce@momjian.us>
Sun, 2 Jan 2000 02:11:08 +0000 (02:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 2 Jan 2000 02:11:08 +0000 (02:11 +0000)
src/include/utils/trace.h

index 3cb2d9e28f1d7e18ebd7b2db0641da9877eb4ae5..61f0b27da13ef31b7265a0f46be36acb7513dcdc 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