| 1100 | |
| 1101 | |
| 1102 | static void |
| 1103 | extension_rumrescan(IndexScanDesc scan, ScanKey scankey, int nscankeys, |
| 1104 | ScanKey orderbys, int norderbys) |
| 1105 | { |
| 1106 | EnsureRumLibLoaded(); |
| 1107 | extension_rumrescan_core(scan, scankey, nscankeys, |
| 1108 | orderbys, norderbys, &rum_index_routine); |
| 1109 | } |
| 1110 | |
| 1111 | |
| 1112 | void |
nothing calls this directly
no test coverage detected