diff --git a/src/ivfscan.c b/src/ivfscan.c index 81d3a37..c578809 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -197,7 +197,7 @@ IvfflatGetMetaPageInfo(Relation index, int *lists, int *dimensions) page = BufferGetPage(buf); metap = IvfflatPageGetMeta(page); - *lists = metap->dimensions; + *lists = metap->lists; *dimensions = metap->dimensions; UnlockReleaseBuffer(buf);