Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 033b234

Browse files
committed
Fix inadvertent semantics change in last patch to plug memory leaks.
Commit a5bca4e accidentally changed the semantics when the "skipping missing configuration file" is emitted, because it forced OK to true instead of leaving the value untouched. Spotted by Tom Lane.
1 parent 5709b8a commit 033b234

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)