mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 22:04:18 -04:00
Update length of timestamp to 30.
This commit is contained in:
parent
a17c0e0b0c
commit
424ff563ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue