Remove unused data_bufsz from DecodedBkpBlock struct.
authorMasahiko Sawada <[email protected]>
Fri, 17 Oct 2025 18:28:54 +0000 (11:28 -0700)
committerMasahiko Sawada <[email protected]>
Fri, 17 Oct 2025 18:28:54 +0000 (11:28 -0700)
Author: Mikhail Gribkov <[email protected]>
Reviewed-by: Nazir Bilal Yavuz <[email protected]>
Discussion: https://postgr.es/m/CAMEv5_sxuaiAfSy1ZyN%3D7UGbHg3C10cwHhEk8nXEjiCsBVs4vQ%40mail.gmail.com

src/include/access/xlogreader.h

index 9738462d3c9f1c72011c92b8eea9c7a9aa1c6892..dfabbbd57d482a62beabd07505d045409a362742 100644 (file)
@@ -145,7 +145,6 @@ typedef struct
        bool            has_data;
        char       *data;
        uint16          data_len;
-       uint16          data_bufsz;
 } DecodedBkpBlock;
 
 /*