| 1272 | |
| 1273 | |
| 1274 | static bool |
| 1275 | extension_amgettuple(IndexScanDesc scan, ScanDirection direction) |
| 1276 | { |
| 1277 | EnsureRumLibLoaded(); |
| 1278 | return extension_rumgettuple_core(scan, direction, &rum_index_routine); |
| 1279 | } |
| 1280 | |
| 1281 | |
| 1282 | static bool |
nothing calls this directly
no test coverage detected