mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +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:
@@ -17,6 +17,6 @@
|
||||
#include "access/hash.h"
|
||||
|
||||
void
|
||||
hash_desc(StringInfo buf, uint8 xl_info, char *rec)
|
||||
hash_desc(StringInfo buf, XLogRecord *record)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user