mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add missing initialization in tokenize_expand_file() for output list
This should have been added in efc9816
, but it looks like I have found a
way to mess up a bit a patch split. This should have no consequence in
practice, but let's be clean.
Discussion: https://postgr.es/m/Y324HvGKiWxW2yxe@paquier.xyz
This commit is contained in:
parent
efc981627a
commit
d5566fbfeb
@ -489,7 +489,7 @@ tokenize_expand_file(List *tokens,
|
||||
{
|
||||
char *inc_fullname;
|
||||
FILE *inc_file;
|
||||
List *inc_lines;
|
||||
List *inc_lines = NIL;
|
||||
ListCell *inc_line;
|
||||
|
||||
inc_fullname = AbsoluteConfigLocation(inc_filename, outer_filename);
|
||||
|
Loading…
Reference in New Issue
Block a user