mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-16 01:26:56 +08:00
Improved code [skip ci]
This commit is contained in:
@@ -873,7 +873,8 @@ BuildGraph(HnswBuildState * buildstate, ForkNumber forkNum)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if PG_VERSION_NUM < 110008
|
#if PG_VERSION_NUM < 110008
|
||||||
void log_newpage_range(Relation rel, ForkNumber forkNum, BlockNumber startblk, BlockNumber endblk, bool page_std)
|
void
|
||||||
|
log_newpage_range(Relation rel, ForkNumber forkNum, BlockNumber startblk, BlockNumber endblk, bool page_std)
|
||||||
{
|
{
|
||||||
for (BlockNumber blkno = startblk; blkno < endblk; blkno++)
|
for (BlockNumber blkno = startblk; blkno < endblk; blkno++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user