mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-09 22:30:58 +08:00
Added comment [skip ci]
This commit is contained in:
@@ -154,6 +154,7 @@ WriteNewElementPages(Relation index, HnswElement e, int m, BlockNumber insertPag
|
|||||||
|
|
||||||
/* First, try the fastest path */
|
/* First, try the fastest path */
|
||||||
/* Space for both tuples on the current page */
|
/* Space for both tuples on the current page */
|
||||||
|
/* This can split existing tuples in rare cases */
|
||||||
if (PageGetFreeSpace(page) >= combinedSize)
|
if (PageGetFreeSpace(page) >= combinedSize)
|
||||||
{
|
{
|
||||||
nbuf = buf;
|
nbuf = buf;
|
||||||
|
|||||||
Reference in New Issue
Block a user