0002-Fixup-treeb-compilation.patch
application/octet-stream
Filename: 0002-Fixup-treeb-compilation.patch
Type: application/octet-stream
Part: 1
Message:
Re: Index AM API cleanup
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0002
Subject: Fixup treeb compilation
| File | + | − |
|---|---|---|
| src/test/modules/treeb/access/treebutils.c | 2 | 1 |
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)