Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78ed8f1

Browse files
committed
Fixed compilation error with Postgres 18 -fixespgvector#779
1 parentf11e4d7 commit78ed8f1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎src/hnswvacuum.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#include"storage/lmgr.h"
1010
#include"utils/memutils.h"
1111

12+
#ifPG_VERSION_NUM >=180000
13+
#definevacuum_delay_point() vacuum_delay_point(false)
14+
#endif
15+
1216
/*
1317
* Check if deleted list contains an index TID
1418
*/

‎src/ivfvacuum.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#include"ivfflat.h"
66
#include"storage/bufmgr.h"
77

8+
#ifPG_VERSION_NUM >=180000
9+
#definevacuum_delay_point() vacuum_delay_point(false)
10+
#endif
11+
812
/*
913
* Bulk delete tuples from the index
1014
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp