Skip to content

Commit

Permalink
test change with warning
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Oct 3, 2024
1 parent 427de2d commit 6e3ef26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgvectorscale/src/access_method/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ pub mod distance;
mod distance_x86;
mod sbq;

use std::assert_eq;

#[pg_extern(sql = "
CREATE OR REPLACE FUNCTION diskann_amhandler(internal) RETURNS index_am_handler PARALLEL SAFE IMMUTABLE STRICT COST 0.0001 LANGUAGE c AS '@MODULE_PATHNAME@', '@FUNCTION_NAME@';
Expand Down

0 comments on commit 6e3ef26

Please sign in to comment.