mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +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:
parent
d942887039
commit
05c4248ad1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user