From 0ef0b6784c7d7258cae314cb46558873edaf9c0a Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Sat, 14 Jun 2014 10:46:48 +0300 Subject: Change the signature of rm_desc so that it's passed a XLogRecord. Just feels more natural, and is more consistent with rm_redo. --- src/include/access/xlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/xlog.h') diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 1eaa5c1c210..85f9cb7cab2 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -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); -- cgit v1.2.3