mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +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:
@@ -81,7 +81,7 @@ typedef struct
|
||||
} DECountItem;
|
||||
|
||||
static void compute_array_stats(VacAttrStats *stats,
|
||||
AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
|
||||
AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
|
||||
static void prune_element_hashtable(HTAB *elements_tab, int b_current);
|
||||
static uint32 element_hash(const void *key, Size keysize);
|
||||
static int element_match(const void *key1, const void *key2, Size keysize);
|
||||
|
||||
Reference in New Issue
Block a user