PostgreSQL Source Code git master
|
Data Fields | |
FmgrInfo * | sortproc |
Oid | collation |
bool | reverse |
Definition at line 31 of file nbtpreprocesskeys.c.
Oid BTSortArrayContext::collation |
Definition at line 34 of file nbtpreprocesskeys.c.
Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().
bool BTSortArrayContext::reverse |
Definition at line 35 of file nbtpreprocesskeys.c.
Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().
FmgrInfo* BTSortArrayContext::sortproc |
Definition at line 33 of file nbtpreprocesskeys.c.
Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().