PostgreSQL Source Code  git master
BTSortArrayContext Struct Reference

Data Fields

FmgrInfo flinfo
 
Oid collation
 
bool reverse
 

Detailed Description

Definition at line 34 of file nbtutils.c.

Field Documentation

◆ collation

Oid BTSortArrayContext::collation

Definition at line 37 of file nbtutils.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().

◆ flinfo

FmgrInfo BTSortArrayContext::flinfo

Definition at line 36 of file nbtutils.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().

◆ reverse

bool BTSortArrayContext::reverse

Definition at line 38 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: