Commit 79376c8
pgvector: fix hnsw_*_support blank-line formatting, update harness README
The halfvec/sparsevec merge left hnsw_halfvec_support and hnsw_sparsevec_support's
CREATE FUNCTION statements adjacent with no blank line between them;
upstream separates every statement in that block by a blank line
(hnsw_bit_support sits between them there but is unported, so this
tree's block is just the two). A whole-file diff against upstream
sql/vector.sql (excluding the unported bit/ivfflat material) is now
byte-identical.
Update test/README.md now that the halfvec<->sparsevec casts land: an
argument-less pgvector-regress.sh run passes all nine selected tests
on this tree.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>1 parent 945c60c commit 79376c8
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments