mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@ -1255,7 +1255,7 @@ transformAExprIn(ParseState *pstate, A_Expr *a)
|
||||
/* ROW() op ROW() is handled specially */
|
||||
cmp = make_row_comparison_op(pstate,
|
||||
a->name,
|
||||
copyObject(((RowExpr *) lexpr)->args),
|
||||
copyObject(((RowExpr *) lexpr)->args),
|
||||
((RowExpr *) rexpr)->args,
|
||||
a->location);
|
||||
}
|
||||
|
Reference in New Issue
Block a user