mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
@ -485,7 +485,6 @@ assign_collations_walker(Node *node, assign_collations_context *context)
|
||||
case T_FromExpr:
|
||||
case T_OnConflictExpr:
|
||||
case T_SortGroupClause:
|
||||
case T_MergeAction:
|
||||
(void) expression_tree_walker(node,
|
||||
assign_collations_walker,
|
||||
(void *) &loccontext);
|
||||
|
Reference in New Issue
Block a user