8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b4b84 commit 672614cCopy full SHA for 672614c
src/backend/storage/file/fd.c
@@ -1128,11 +1128,11 @@ FileClose(File file)
1128
vfdP->fileName,
1129
(unsigned long) filestats.st_size)));
1130
}
1131
- else
1132
- {
1133
- errno = stat_errno;
1134
- elog(LOG, "could not stat file \"%s\": %m", vfdP->fileName);
1135
- }
+ }
+ else
+ {
+ errno = stat_errno;
+ elog(LOG, "could not stat file \"%s\": %m", vfdP->fileName);
1136
1137
1138
0 commit comments