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