mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@ -8723,8 +8723,8 @@ get_rule_expr(Node *node, deparse_context *context,
|
||||
list_length(spec->upperdatums));
|
||||
|
||||
appendStringInfo(buf, "FOR VALUES FROM %s TO %s",
|
||||
get_range_partbound_string(spec->lowerdatums),
|
||||
get_range_partbound_string(spec->upperdatums));
|
||||
get_range_partbound_string(spec->lowerdatums),
|
||||
get_range_partbound_string(spec->upperdatums));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user