mirror of
https://github.com/postgres/postgres.git
synced 2025-12-18 05:01:01 +03:00
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
This commit is contained in:
@@ -35,11 +35,11 @@ typedef struct binaryheap
|
||||
binaryheap_comparator bh_compare;
|
||||
void *bh_arg;
|
||||
Datum bh_nodes[FLEXIBLE_ARRAY_MEMBER];
|
||||
} binaryheap;
|
||||
} binaryheap;
|
||||
|
||||
extern binaryheap *binaryheap_allocate(int capacity,
|
||||
binaryheap_comparator compare,
|
||||
void *arg);
|
||||
binaryheap_comparator compare,
|
||||
void *arg);
|
||||
extern void binaryheap_free(binaryheap *heap);
|
||||
extern void binaryheap_add_unordered(binaryheap *heap, Datum d);
|
||||
extern void binaryheap_build(binaryheap *heap);
|
||||
|
||||
Reference in New Issue
Block a user