From c3622b4f3d461370b4dda970fbc2a2d4796a061a Mon Sep 17 00:00:00 2001
From: Alexandra Wang <alexandra.wang.oss@gmail.com>
Date: Thu, 22 Aug 2024 02:47:05 -0500
Subject: [PATCH 2/2] Fixup treeb compilation

---
 src/test/modules/treeb/access/treebutils.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/modules/treeb/access/treebutils.c b/src/test/modules/treeb/access/treebutils.c
index 5558ba91fb..817fd52a64 100644
--- a/src/test/modules/treeb/access/treebutils.c
+++ b/src/test/modules/treeb/access/treebutils.c
@@ -18,6 +18,7 @@
 #include <time.h>
 
 #include "access/treeb.h"
+#include "access/treeb_indexam.h"
 #include "access/reloptions.h"
 #include "access/relscan.h"
 #include "commands/progress.h"
@@ -4366,7 +4367,7 @@ typedef struct TreebVacInfo
 	TreebOneVacInfo vacuums[FLEXIBLE_ARRAY_MEMBER];
 } TreebVacInfo;
 
-static TreebVacInfo *treebvacinfo = NULL;
+TreebVacInfo *treebvacinfo = NULL;
 
 
 /*
-- 
2.39.3 (Apple Git-146)

