mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +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:
@@ -261,13 +261,13 @@ struct IntegerSet
|
||||
* Prototypes for internal functions.
|
||||
*/
|
||||
static void intset_update_upper(IntegerSet *intset, int level,
|
||||
intset_node *new_node, uint64 new_node_item);
|
||||
intset_node *new_node, uint64 new_node_item);
|
||||
static void intset_flush_buffered_values(IntegerSet *intset);
|
||||
|
||||
static int intset_binsrch_uint64(uint64 value, uint64 *arr, int arr_elems,
|
||||
bool nextkey);
|
||||
static int intset_binsrch_leaf(uint64 value, leaf_item *arr, int arr_elems,
|
||||
bool nextkey);
|
||||
static int intset_binsrch_uint64(uint64 value, uint64 *arr, int arr_elems,
|
||||
bool nextkey);
|
||||
static int intset_binsrch_leaf(uint64 value, leaf_item *arr, int arr_elems,
|
||||
bool nextkey);
|
||||
|
||||
static uint64 simple8b_encode(const uint64 *ints, int *num_encoded, uint64 base);
|
||||
static int simple8b_decode(uint64 codeword, uint64 *decoded, uint64 base);
|
||||
|
Reference in New Issue
Block a user