From 3cbffb0e450176e0aae4e3f95cae1fa1a62d7728 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 25 Apr 2024 19:42:10 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/bitutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitutils.h b/src/bitutils.h index ae3a575..66924bf 100644 --- a/src/bitutils.h +++ b/src/bitutils.h @@ -3,7 +3,7 @@ #include "postgres.h" -#include "halfvec.h" /* for USE_DISPATCH */ +#include "halfvec.h" /* for USE_DISPATCH and USE_TARGET_CLONES */ /* Check version in first header */ #if PG_VERSION_NUM < 120000