Skip to content

indexing lister: Force bounds of integer ranges to be integers

The current status generates floating-point bounds for integers; This in turn prevents postgresql from running a proper index scan, nullifying all the work we've done to avoid table scans...

Depends on !124 (closed)

Test Plan

tox


Migrated from D2260 (view on Phabricator)

Merge request reports