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

Commit3888b73

Browse files
committed
Fix inadvertent semantics change in last patch to plug memory leaks.
Commita5bca4e accidentally changedthe semantics when the "skipping missing configuration file" isemitted, because it forced OK to true instead of leaving the valueuntouched.Spotted by Tom Lane.
1 parentefcdb62 commit3888b73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/utils/misc/guc-file.l

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ ParseConfigFile(const char *config_file, const char *calling_file, bool strict,
444444
ereport(LOG,
445445
(errmsg("skipping missing configuration file\"%s\"",
446446
abs_path)));
447-
OK =true;
448447
goto cleanup;
449448
}
450449

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp