mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
hash: Support WAL consistency checking.
Kuntal Ghosh, reviewed by Amit Kapila and Ashutosh Sharma, with a few tweaks by me. Discussion: http://postgr.es/m/CAGz5QCJLERUn_zoO0eDv6_Y_d0o4tNTMPeR7ivTLBg4rUrJdwg@mail.gmail.com
This commit is contained in:
@@ -253,5 +253,6 @@ typedef struct xl_hash_init_bitmap_page
|
||||
extern void hash_redo(XLogReaderState *record);
|
||||
extern void hash_desc(StringInfo buf, XLogReaderState *record);
|
||||
extern const char *hash_identify(uint8 info);
|
||||
extern void hash_mask(char *pagedata, BlockNumber blkno);
|
||||
|
||||
#endif /* HASH_XLOG_H */
|
||||
|
Reference in New Issue
Block a user