v2-0003-Remove-storage-buf.h-from-access-relscan.h.patch
text/x-patch
Filename: v2-0003-Remove-storage-buf.h-from-access-relscan.h.patch
Type: text/x-patch
Part: 0
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 v2-0003
Subject: Remove storage/buf.h from access/relscan.h
| File | + | − |
|---|---|---|
| src/include/access/relscan.h | 0 | 1 |
From 1059e3aa7a3dee3ebdbb87f44183d899be7e8c09 Mon Sep 17 00:00:00 2001 From: Mario Gonzalez <gonzalemario@gmail.com> Date: Wed, 5 Nov 2025 17:19:08 -0300 Subject: [PATCH v2 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 78989a959d4..bfd67e8026f 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