mirror of
https://github.com/postgres/postgres.git
synced 2025-10-31 10:30:33 +03:00
Change the signature of rm_desc so that it's passed a XLogRecord.
Just feels more natural, and is more consistent with rm_redo.
This commit is contained in:
@@ -355,6 +355,6 @@ extern OffsetNumber _hash_binsearch_last(Page page, uint32 hash_value);
|
||||
|
||||
/* hash.c */
|
||||
extern void hash_redo(XLogRecPtr lsn, XLogRecord *record);
|
||||
extern void hash_desc(StringInfo buf, uint8 xl_info, char *rec);
|
||||
extern void hash_desc(StringInfo buf, XLogRecord *record);
|
||||
|
||||
#endif /* HASH_H */
|
||||
|
||||
Reference in New Issue
Block a user