mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
pgindent run for 9.5
This commit is contained in:
@@ -33,7 +33,7 @@ extern bool add_path_precheck(RelOptInfo *parent_rel,
|
||||
extern Path *create_seqscan_path(PlannerInfo *root, RelOptInfo *rel,
|
||||
Relids required_outer);
|
||||
extern Path *create_samplescan_path(PlannerInfo *root, RelOptInfo *rel,
|
||||
Relids required_outer);
|
||||
Relids required_outer);
|
||||
extern IndexPath *create_index_path(PlannerInfo *root,
|
||||
IndexOptInfo *index,
|
||||
List *indexclauses,
|
||||
|
@@ -46,7 +46,7 @@ extern void expand_security_quals(PlannerInfo *root, List *tlist);
|
||||
extern List *preprocess_targetlist(PlannerInfo *root, List *tlist);
|
||||
|
||||
extern List *preprocess_onconflict_targetlist(List *tlist,
|
||||
int result_relation, List *range_table);
|
||||
int result_relation, List *range_table);
|
||||
|
||||
extern PlanRowMark *get_plan_rowmark(List *rowmarks, Index rtindex);
|
||||
|
||||
|
@@ -44,7 +44,7 @@ extern List *get_sortgrouplist_exprs(List *sgClauses,
|
||||
List *targetList);
|
||||
|
||||
extern SortGroupClause *get_sortgroupref_clause(Index sortref,
|
||||
List *clauses);
|
||||
List *clauses);
|
||||
|
||||
extern Oid *extract_grouping_ops(List *groupClause);
|
||||
extern AttrNumber *extract_grouping_cols(List *groupClause, List *tlist);
|
||||
|
Reference in New Issue
Block a user