ruvector/crates/ruvector-postgres/src
rUv 3ccd66b381 fix(ci): Fix test type mismatches and remove cargo test --lib
- Fix attention/operators.rs tests: use to_json() for JsonB parameters
- Fix learning/operators.rs tests: correct parameter types for enable_learning, auto_tune, extract_patterns
- Remove cargo test --lib from CI: pg_test tests require pgrx runtime and cause linker errors (undefined PostgreSQL symbols) when compiled outside pgrx test harness

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:11:59 +00:00
..
attention fix(ci): Fix test type mismatches and remove cargo test --lib 2025-12-26 22:11:59 +00:00
bin feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
distance fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
embeddings fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
gnn fix(postgres): fix remaining GNN test type mismatches 2025-12-26 22:11:59 +00:00
graph fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
healing fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
hybrid fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
hyperbolic fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
index fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
integrity fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
learning fix(ci): Fix test type mismatches and remove cargo test --lib 2025-12-26 22:11:59 +00:00
quantization fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
routing fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
sparse fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
tenancy fix(postgres): Fix unused imports and add lint allows for WIP code 2025-12-26 22:11:58 +00:00
types fix(postgres): Fix additional clippy warnings in workers module 2025-12-26 22:11:58 +00:00
workers fix(postgres): remove unused pgrx import in queue.rs 2025-12-26 22:11:58 +00:00
lib.rs fix(postgres): Fix unused imports and add lint allows for WIP code 2025-12-26 22:11:58 +00:00
operators.rs fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00