mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue