mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 15:16:54 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -313,9 +313,9 @@ UpdateNeighborPages(Relation index, FmgrInfo *procinfo, Oid collation, HnswEleme
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Could improve performance for vacuuming by checking neighbors
|
* Could improve performance for vacuuming by checking neighbors
|
||||||
* against list of elements being deleted. It's important to
|
* against list of elements being deleted to find index. It's
|
||||||
* exclude already deleted elements for this since they can be
|
* important to exclude already deleted elements for this since
|
||||||
* replaced at any time.
|
* they can be replaced at any time.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Select neighbors */
|
/* Select neighbors */
|
||||||
|
|||||||
Reference in New Issue
Block a user