From f3bd7c30d48ac3d86a3926d5a01be3cac6222a6c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 1 Aug 2023 20:38:10 -0700 Subject: [PATCH] Fixed comment [skip ci] --- test/t/010_hnsw_wal.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/010_hnsw_wal.pl b/test/t/010_hnsw_wal.pl index 725ad49..53aafab 100644 --- a/test/t/010_hnsw_wal.pl +++ b/test/t/010_hnsw_wal.pl @@ -71,7 +71,7 @@ $node_replica->init_from_backup($node_primary, $backup_name, has_streaming => 1); $node_replica->start; -# Create ivfflat index on primary +# Create hnsw index on primary $node_primary->safe_psql("postgres", "CREATE EXTENSION vector;"); $node_primary->safe_psql("postgres", "CREATE TABLE tst (i int4, v vector($dim));"); $node_primary->safe_psql("postgres",