We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad81fc commit e815478Copy full SHA for e815478
1 file changed
sql/vector.sql
@@ -261,7 +261,7 @@ CREATE ACCESS METHOD hnsw TYPE INDEX HANDLER hnswhandler;
261
262
COMMENT ON ACCESS METHOD hnsw IS 'hnsw index access method';
263
264
--- private access method functions
+-- access method private functions
265
266
CREATE FUNCTION ivfflat_bit_support(internal) RETURNS internal
267
AS 'MODULE_PATHNAME' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE;
0 commit comments