mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-07 05:00:56 +08:00
Made function static [skip ci]
This commit is contained in:
@@ -236,7 +236,7 @@ HnswGetEntryPoint(Relation index)
|
||||
/*
|
||||
* Update the metapage info
|
||||
*/
|
||||
void
|
||||
static void
|
||||
HnswUpdateMetaPageInfo(Page page, int updateEntry, HnswElement entryPoint, BlockNumber insertPage)
|
||||
{
|
||||
HnswMetaPage metap = HnswPageGetMeta(page);
|
||||
|
||||
Reference in New Issue
Block a user