mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix new warnings from GCC 7
This addresses the new warning types -Wformat-truncation -Wformat-overflow that are part of -Wall, via -Wformat, in GCC 7.
This commit is contained in:
@@ -2228,7 +2228,7 @@ static void
|
||||
setup_formatted_log_time(void)
|
||||
{
|
||||
pg_time_t stamp_time;
|
||||
char msbuf[8];
|
||||
char msbuf[13];
|
||||
|
||||
if (!saved_timeval_set)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user