mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix a bug about the handling of '.' in parse.c.
This commit is contained in:
@@ -605,9 +605,9 @@ parse_statement(StatementClass *stmt)
|
||||
if (delim == ',')
|
||||
{
|
||||
mylog("in_dot: got comma\n");
|
||||
in_dot = FALSE;
|
||||
in_field = FALSE;
|
||||
}
|
||||
in_dot = FALSE;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user