Update length of timestamp to 30.

This commit is contained in:
Bruce Momjian 2000-01-02 02:11:13 +00:00
parent a17c0e0b0c
commit 424ff563ba

View 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