projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208927e
)
Remove unused data_bufsz from DecodedBkpBlock struct.
author
Masahiko Sawada
<
[email protected]
>
Fri, 17 Oct 2025 18:28:54 +0000
(11:28 -0700)
committer
Masahiko 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlogreader.h
b/src/include/access/xlogreader.h
index 9738462d3c9f1c72011c92b8eea9c7a9aa1c6892..dfabbbd57d482a62beabd07505d045409a362742 100644
(file)
--- 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;
/*