Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05c4248

Browse files
committed
Fix compilation warning in syslogger.c
Oversight in 5c6e33f. Author: Nathan Bossart Discussion: https://postgr.es/m/DD8AD4CE-63B7-44BE-A3D2-14A4E4B19C26@amazon.com
1 parent d942887 commit 05c4248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/syslogger.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ logfile_rotate_dest(bool time_based_rotation, int size_rotation_for,
12581258
pg_time_t fntime, int target_dest,
12591259
char **last_file_name, FILE **logFile)
12601260
{
1261-
char *logFileExt;
1261+
char *logFileExt = NULL;
12621262
char *filename;
12631263
FILE *fh;
12641264

0 commit comments

Comments
 (0)