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

Commit 3888b73

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 efcdb62 commit 3888b73

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)