mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Remove unused data_bufsz from DecodedBkpBlock struct.
Author: Mikhail Gribkov <youzhick@gmail.com> Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAMEv5_sxuaiAfSy1ZyN%3D7UGbHg3C10cwHhEk8nXEjiCsBVs4vQ%40mail.gmail.com
This commit is contained in:
@@ -145,7 +145,6 @@ typedef struct
|
||||
bool has_data;
|
||||
char *data;
|
||||
uint16 data_len;
|
||||
uint16 data_bufsz;
|
||||
} DecodedBkpBlock;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user