Simplified tests [skip ci]

This commit is contained in:
Andrew Kane
2023-08-11 19:41:55 -07:00
parent 4196c88dbd
commit 7db3b08ef4
4 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
SET enable_seqscan = off;
CREATE TABLE t (val vector(3));
CREATE INDEX ON t USING ivfflat (val vector_l2_ops) WITH (lists = 0);
CREATE INDEX ON t USING ivfflat (val vector_l2_ops) WITH (lists = 32769);