mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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:
@ -351,7 +351,7 @@ XLogDumpDisplayRecord(XLogDumpConfig *config, XLogRecPtr ReadRecPtr, XLogRecord
|
||||
!!(XLR_BKP_BLOCK(3) & record->xl_info));
|
||||
|
||||
/* the desc routine will printf the description directly to stdout */
|
||||
desc->rm_desc(NULL, record->xl_info, XLogRecGetData(record));
|
||||
desc->rm_desc(NULL, record);
|
||||
|
||||
putchar('\n');
|
||||
|
||||
|
Reference in New Issue
Block a user