Fixed kmeans for inner product

This commit is contained in:
Andrew Kane
2021-05-06 22:31:17 -07:00
parent 67e317141b
commit b8f3688e41
3 changed files with 6 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ typedef struct IvfflatBuildState
/* Support functions */
FmgrInfo *procinfo;
FmgrInfo *normprocinfo;
FmgrInfo *kmeansnormprocinfo;
Oid collation;
/* Variables */