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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy