0001-Add-PageData.patch
text/plain
Patch
Format: format-patch
Series: patch 0001
Subject: Add PageData
| File | + | − |
|---|---|---|
| src/include/storage/bufpage.h | 2 | 1 |
From c2173c42c43488b9da56df114b9ff3032f7e9222 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter@eisentraut.org> Date: Mon, 9 Dec 2024 16:35:23 +0100 Subject: [PATCH 1/3] Add PageData --- src/include/storage/bufpage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 6222d46e535..9f3ed976e43 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -78,7 +78,8 @@ extern PGDLLIMPORT bool ignore_checksum_failure; * fields. */ -typedef Pointer Page; +typedef char PageData; +typedef PageData *Page; /* base-commit: 001a537b83ec6e2ab8fa8af44458b0502c94dd5e -- 2.47.1