From fd530650137e41bd2c3ed2b62724d5b47721a922 Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Fri, 17 Oct 2025 11:28:54 -0700 Subject: [PATCH] Remove unused data_bufsz from DecodedBkpBlock struct. Author: Mikhail Gribkov Reviewed-by: Nazir Bilal Yavuz Discussion: https://postgr.es/m/CAMEv5_sxuaiAfSy1ZyN%3D7UGbHg3C10cwHhEk8nXEjiCsBVs4vQ%40mail.gmail.com --- src/include/access/xlogreader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/access/xlogreader.h b/src/include/access/xlogreader.h index 9738462d3c9..dfabbbd57d4 100644 --- a/src/include/access/xlogreader.h +++ b/src/include/access/xlogreader.h @@ -145,7 +145,6 @@ typedef struct bool has_data; char *data; uint16 data_len; - uint16 data_bufsz; } DecodedBkpBlock; /*