Commit 72bee1e
Log fallback-scan truncation and drop dead blank-assignment block
- scanDBCandidates now warns when the fallback scan hits scanRowCap, so a
silently truncated result set is observable instead of looking complete.
- Remove the pointless `var ( _ = dbCandidateFloor; _ = dbCandidateCap )`
block: both constants are used by DBCandidateLimit.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 61a01fe commit 72bee1e
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
| |||
0 commit comments