1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-04-18 21:44:00 +03:00
usamoi f7c766d68e
chore: update pgrx to 0.12.5 & add pg17 in check and release (#600)
* 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>
2024-10-09 08:40:22 +00:00
..
2024-04-09 13:01:03 +00: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