mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Remove spurious semicolons.
Petr Jelinek
This commit is contained in:
@@ -14308,7 +14308,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