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

Commit033b234

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 parent5709b8a commit033b234

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
@@ -476,7 +476,6 @@ ParseConfigFile(const char *config_file, const char *calling_file, bool strict,
476476
ereport(LOG,
477477
(errmsg("skipping missing configuration file\"%s\"",
478478
abs_path)));
479-
OK =true;
480479
goto cleanup;
481480
}
482481

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp