Skip to content
Snippets Groups Projects
Commit a8587d02 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update length of timestamp to 30.

parent 7a877dfd
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment