PostgreSQL Source Code  git master
BTSortArrayContext Struct Reference

Data Fields

FmgrInfosortproc
 
Oid collation
 
bool reverse
 

Detailed Description

Definition at line 35 of file nbtutils.c.

Field Documentation

◆ collation

Oid BTSortArrayContext::collation

Definition at line 38 of file nbtutils.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().

◆ reverse

bool BTSortArrayContext::reverse

Definition at line 39 of file nbtutils.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().

◆ sortproc

FmgrInfo* BTSortArrayContext::sortproc

Definition at line 37 of file nbtutils.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().


The documentation for this struct was generated from the following file: