mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix compilation warning in syslogger.c
Oversight in 5c6e33f
.
Author: Nathan Bossart
Discussion: https://postgr.es/m/DD8AD4CE-63B7-44BE-A3D2-14A4E4B19C26@amazon.com
This commit is contained in:
@ -1258,7 +1258,7 @@ logfile_rotate_dest(bool time_based_rotation, int size_rotation_for,
|
||||
pg_time_t fntime, int target_dest,
|
||||
char **last_file_name, FILE **logFile)
|
||||
{
|
||||
char *logFileExt;
|
||||
char *logFileExt = NULL;
|
||||
char *filename;
|
||||
FILE *fh;
|
||||
|
||||
|
Reference in New Issue
Block a user