mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Fix mis-indented lines
Per Coverity
This commit is contained in:
parent
3142cf6dd5
commit
a59516b631
|
|
@ -596,9 +596,9 @@ ParseConfigFp(FILE *fp, const char *config_file, int depth, int elevel,
|
|||
depth + 1, elevel,
|
||||
head_p, tail_p))
|
||||
OK = false;
|
||||
yy_switch_to_buffer(lex_buffer);
|
||||
pfree(opt_name);
|
||||
pfree(opt_value);
|
||||
yy_switch_to_buffer(lex_buffer);
|
||||
pfree(opt_name);
|
||||
pfree(opt_value);
|
||||
}
|
||||
else if (guc_name_compare(opt_name, "include") == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user