Files
pgvector/test
Heikki Linnakangas 14b351bc92 Fix integer overflow in subvector() function (#530)
`end = start + count` can overflow if `start` is very large. That
leads to a segfault later in the function. Add test case for it.
2024-04-24 01:20:16 -07:00
..
2022-10-14 13:42:04 -07:00