mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -692,8 +692,11 @@ assign_collations_walker(Node *node, assign_collations_context *context)
|
||||
}
|
||||
break;
|
||||
case T_JsonExpr:
|
||||
/* Context item and PASSING arguments are already
|
||||
* marked with collations in parse_expr.c. */
|
||||
|
||||
/*
|
||||
* Context item and PASSING arguments are already
|
||||
* marked with collations in parse_expr.c.
|
||||
*/
|
||||
break;
|
||||
default:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user