| 1457 | |
| 1458 | |
| 1459 | static bool |
| 1460 | RumGetMultiKeyStatusSlow(Relation indexRelation) |
| 1461 | { |
| 1462 | EnsureRumLibLoaded(); |
| 1463 | IndexMultiKeyStatus multiKeyStatus = CheckIndexHasArrays(indexRelation, |
| 1464 | &rum_index_routine); |
| 1465 | return multiKeyStatus == IndexMultiKeyStatus_HasArrays; |
| 1466 | } |
| 1467 | |
| 1468 | |
| 1469 | static bool |
no test coverage detected