mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Phase 2 pgindent run for v12.
Switch to 2.1 version of pg_bsd_indent. This formats multiline function declarations "correctly", that is with additional lines of parameter declarations indented to match where the first line's left parenthesis is. Discussion: https://postgr.es/m/CAEepm=0P3FeTXRcU5B2W3jv3PgRVZ-kGUXLGfd42FFhUROO3ug@mail.gmail.com
This commit is contained in:
@ -74,19 +74,19 @@ typedef struct
|
||||
|
||||
static bool assign_query_collations_walker(Node *node, ParseState *pstate);
|
||||
static bool assign_collations_walker(Node *node,
|
||||
assign_collations_context *context);
|
||||
assign_collations_context *context);
|
||||
static void merge_collation_state(Oid collation,
|
||||
CollateStrength strength,
|
||||
int location,
|
||||
Oid collation2,
|
||||
int location2,
|
||||
assign_collations_context *context);
|
||||
CollateStrength strength,
|
||||
int location,
|
||||
Oid collation2,
|
||||
int location2,
|
||||
assign_collations_context *context);
|
||||
static void assign_aggregate_collations(Aggref *aggref,
|
||||
assign_collations_context *loccontext);
|
||||
assign_collations_context *loccontext);
|
||||
static void assign_ordered_set_collations(Aggref *aggref,
|
||||
assign_collations_context *loccontext);
|
||||
assign_collations_context *loccontext);
|
||||
static void assign_hypothetical_collations(Aggref *aggref,
|
||||
assign_collations_context *loccontext);
|
||||
assign_collations_context *loccontext);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user