Use a bitmapset instead of a list for duplicate-column checking in
checkInsertTargets(). Avoids O(N^2) behavior on wide target lists.
Showing
Please register or sign in to comment
checkInsertTargets(). Avoids O(N^2) behavior on wide target lists.