mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-04-18 21:44:00 +03:00
* chore: update pgrx to 0.12.5 & add pg17 in check and release Signed-off-by: usamoi <usamoi@outlook.com> * chore: update vendor * fix: set pgrx version Signed-off-by: usamoi <usamoi@outlook.com> * fix: clippy Signed-off-by: usamoi <usamoi@outlook.com> * fix: do not use mul_add Signed-off-by: usamoi <usamoi@outlook.com> * fix: temporarily removes the test that fails on PostgreSQL 17 Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
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