Remove rtree support for 0 (NULL) keys.
NULL can never actually be inserted in practice, and removing support allows a branch to be removed from the fast path.
Please register or sign in to comment
NULL can never actually be inserted in practice, and removing support allows a branch to be removed from the fast path.