Commit 1f338eb
committed
Remove cram seek ability to do range queries via SEEK_CUR.
This was a feature that came all the way from the initial index
support added to io_lib, but I think it's a misfeature. The
consequence of it is on failing with a SEEK_SET (eg network error,
or file corruption) it falls back to doing a read-and-discard loop to
simulate the seek via SEEK_CUR.
This may perhaps be of use when querying stdin, but it's highly
unlikely for us to be doing that while also having an index on disk
and it's not something we support with other formats.
Fixes #18771 parent 7b65da3 commit 1f338eb
2 files changed
+2
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | | - | |
585 | | - | |
| 583 | + | |
586 | 584 | | |
587 | 585 | | |
588 | 586 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5440 | 5440 | | |
5441 | 5441 | | |
5442 | 5442 | | |
5443 | | - | |
5444 | | - | |
5445 | 5443 | | |
5446 | 5444 | | |
5447 | 5445 | | |
5448 | 5446 | | |
5449 | | - | |
5450 | | - | |
5451 | | - | |
5452 | | - | |
5453 | | - | |
5454 | | - | |
5455 | | - | |
5456 | | - | |
5457 | | - | |
5458 | | - | |
5459 | | - | |
5460 | | - | |
5461 | | - | |
5462 | | - | |
5463 | | - | |
5464 | | - | |
| 5447 | + | |
5465 | 5448 | | |
5466 | 5449 | | |
5467 | 5450 | | |
| |||
0 commit comments