Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The subquery should only return a single row so there is no need to use IN. Using "=" avoids a situation where the planner can sidestep the LIMIT in the subquery. collectiveidea#169
- Loading branch information