Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-24 15:09:04 -07:00
parent 6ad81fc60d
commit e81547847f

View File

@@ -261,7 +261,7 @@ CREATE ACCESS METHOD hnsw TYPE INDEX HANDLER hnswhandler;
COMMENT ON ACCESS METHOD hnsw IS 'hnsw index access method';
-- private access method functions
-- access method private functions
CREATE FUNCTION ivfflat_bit_support(internal) RETURNS internal
AS 'MODULE_PATHNAME' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE;