|
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, j, and memcpy().
Referenced by _bt_deadblocks(), _bt_killitems(), aclmembers(), array_to_tsvector(), checkcondition_str(), gtsvector_compress(), InitCatalogCache(), sort_snapshot(), TidListEval(), trigram_qunique(), tsq_mcontains(), and tsvector_delete_by_indices().
|
inlinestatic |
Definition at line 46 of file qunique.h.
References arg, compare(), i, j, and memcpy().
Referenced by _bt_sort_array_elements(), _int_unique(), and ginExtractEntries().