mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Remove spurious semicolons.
Petr Jelinek
This commit is contained in:
@@ -13648,7 +13648,7 @@ makeRangeVarFromAnyName(List *names, int position, core_yyscan_t yyscanner)
|
||||
r->relname = strVal(lsecond(names));
|
||||
break;
|
||||
case 3:
|
||||
r->catalogname = strVal(linitial(names));;
|
||||
r->catalogname = strVal(linitial(names));
|
||||
r->schemaname = strVal(lsecond(names));
|
||||
r->relname = strVal(lthird(names));
|
||||
break;
|
||||
|
Reference in New Issue
Block a user