We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11e4d7 commit 78ed8f1Copy full SHA for 78ed8f1
src/hnswvacuum.c
@@ -9,6 +9,10 @@
9
#include "storage/lmgr.h"
10
#include "utils/memutils.h"
11
12
+#if PG_VERSION_NUM >= 180000
13
+#define vacuum_delay_point() vacuum_delay_point(false)
14
+#endif
15
+
16
/*
17
* Check if deleted list contains an index TID
18
*/
src/ivfvacuum.c
@@ -5,6 +5,10 @@
5
#include "ivfflat.h"
6
#include "storage/bufmgr.h"
7
8
* Bulk delete tuples from the index
0 commit comments