From 20c24e2d182d90bc1af9105b5754fdfac146846e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 22 Oct 2023 11:18:58 -0700 Subject: [PATCH] Added comment [skip ci] --- src/hnswscan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hnswscan.c b/src/hnswscan.c index 3cf2fd3..7696ad3 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -84,6 +84,7 @@ hnswbeginscan(Relation index, int nkeys, int norderbys) scan->opaque = so; + /* OK to always set since cheap */ scan->xs_itupdesc = RelationGetDescr(index); return scan;