mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Remove spurious semicolons.
Petr Jelinek
This commit is contained in:
@ -317,7 +317,7 @@ foreign_expr_walker(Node *node,
|
||||
break;
|
||||
case T_ArrayRef:
|
||||
{
|
||||
ArrayRef *ar = (ArrayRef *) node;;
|
||||
ArrayRef *ar = (ArrayRef *) node;
|
||||
|
||||
/* Assignment should not be in restrictions. */
|
||||
if (ar->refassgnexpr != NULL)
|
||||
|
Reference in New Issue
Block a user