Loading src/db-postmodern/pm-btree-index.lisp +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ ;;------------------------------------------------------------------------------ #-char-columns ;;Having #-char-columns here was not enough, this patch is always needed. (defmethod map-index (fn (index pm-btree-index) &rest args &key start end (value nil value-set-p) from-end collect &allow-other-keys) Loading Loading
src/db-postmodern/pm-btree-index.lisp +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ ;;------------------------------------------------------------------------------ #-char-columns ;;Having #-char-columns here was not enough, this patch is always needed. (defmethod map-index (fn (index pm-btree-index) &rest args &key start end (value nil value-set-p) from-end collect &allow-other-keys) Loading