1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-04 04:42:28 +03:00
Files
pgvecto.rs/tests
Mingzhuo Yin 44f295ce63 fix index out of bounds for large bvector
Signed-off-by: Mingzhuo Yin <yinmingzhuo@gmail.com>
2024-02-21 17:38:21 +08:00
..
2023-10-15 19:48:28 -07:00

Tests for pgvecto.rs

We use sqllogictest-rs to test the SQL queries.

To run all tests, use the following command:

sqllogictest './tests/**/*.slt'

Each time you modify the source code, you can run the following command to clean up the test data and reload the extension:

psql -f ./tests/init.sql