mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +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:
@ -54,8 +54,8 @@ typedef struct VarParamState
|
||||
static Node *fixed_paramref_hook(ParseState *pstate, ParamRef *pref);
|
||||
static Node *variable_paramref_hook(ParseState *pstate, ParamRef *pref);
|
||||
static Node *variable_coerce_param_hook(ParseState *pstate, Param *param,
|
||||
Oid targetTypeId, int32 targetTypeMod,
|
||||
int location);
|
||||
Oid targetTypeId, int32 targetTypeMod,
|
||||
int location);
|
||||
static bool check_parameter_resolution_walker(Node *node, ParseState *pstate);
|
||||
static bool query_contains_extern_params_walker(Node *node, void *context);
|
||||
|
||||
|
Reference in New Issue
Block a user