| 1031 | |
| 1032 | |
| 1033 | static IndexScanDesc |
| 1034 | extension_rumbeginscan(Relation rel, int nkeys, int norderbys) |
| 1035 | { |
| 1036 | EnsureRumLibLoaded(); |
| 1037 | return extension_rumbeginscan_core(rel, nkeys, norderbys, |
| 1038 | &rum_index_routine); |
| 1039 | } |
| 1040 | |
| 1041 | |
| 1042 | IndexScanDesc |
nothing calls this directly
no test coverage detected