PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
static size_t | qunique (void *array, size_t elements, size_t width, int(*compare)(const void *, const void *)) |
static size_t | qunique_arg (void *array, size_t elements, size_t width, int(*compare)(const void *, const void *, void *), void *arg) |
|
inlinestatic |
Definition at line 21 of file qunique.h.
References compare(), i, and j.
Referenced by _bt_deadblocks(), aclmembers(), array_to_tsvector(), checkcondition_str(), generate_trgm(), generate_wildcard_trgm(), gtsvector_compress(), InitCatalogCache(), sort_snapshot(), TidListEval(), tsq_mcontains(), and tsvector_delete_by_indices().
|
inlinestatic |
Definition at line 46 of file qunique.h.
References arg, compare(), i, and j.
Referenced by _bt_sort_array_elements(), and _int_unique().