mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +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:
@@ -298,7 +298,7 @@ extern Buffer RestoreBackupBlock(XLogRecPtr lsn, XLogRecord *record,
|
||||
bool get_cleanup_lock, bool keep_buffer);
|
||||
|
||||
extern void xlog_redo(XLogRecPtr lsn, XLogRecord *record);
|
||||
extern void xlog_desc(StringInfo buf, uint8 xl_info, char *rec);
|
||||
extern void xlog_desc(StringInfo buf, XLogRecord *record);
|
||||
|
||||
extern void issue_xlog_fsync(int fd, XLogSegNo segno);
|
||||
|
||||
|
Reference in New Issue
Block a user