Commit a8587d02 authored by Bruce Momjian's avatar Bruce Momjian

Update length of timestamp to 30.

parent 7a877dfd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment