0003-Remove-storage-buf.h-from-access-relscan.h.patch
text/x-patch
Filename: 0003-Remove-storage-buf.h-from-access-relscan.h.patch
Type: text/x-patch
Part: 1
Message:
[PATCH} Move instrumentation structs
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 0003
Subject: Remove storage/buf.h from access/relscan.h
| File | + | − |
|---|---|---|
| src/include/access/relscan.h | 0 | 1 |
From fd4bafc5a40e75a5fdd3cb064ed5258ce90070e9 Mon Sep 17 00:00:00 2001 From: Mario Gonzalez <mario.gonzalez@enterprisedb.com> Date: Wed, 5 Nov 2025 17:19:08 -0300 Subject: [PATCH 3/4] Remove storage/buf.h from access/relscan.h --- src/include/access/relscan.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index b5e0fb386c0..702185bcb75 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -18,7 +18,6 @@ #include "access/itup.h" #include "nodes/tidbitmap.h" #include "port/atomics.h" -#include "storage/buf.h" #include "storage/relfilelocator.h" #include "storage/spin.h" #include "utils/relcache.h" -- 2.39.5