Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05c4248

Browse files
committed
Fix compilation warning in syslogger.c
Oversight in5c6e33f.Author: Nathan BossartDiscussion:https://postgr.es/m/DD8AD4CE-63B7-44BE-A3D2-14A4E4B19C26@amazon.com
1 parentd942887 commit05c4248

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_tfntime,inttarget_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)

[8]ページ先頭

©2009-2025 Movatter.jp