summaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump/rmgrdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_xlogdump/rmgrdesc.h')
-rw-r--r--contrib/pg_xlogdump/rmgrdesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_xlogdump/rmgrdesc.h b/contrib/pg_xlogdump/rmgrdesc.h
index edf82577514..d9641181401 100644
--- a/contrib/pg_xlogdump/rmgrdesc.h
+++ b/contrib/pg_xlogdump/rmgrdesc.h
@@ -13,7 +13,7 @@
typedef struct RmgrDescData
{
const char *rm_name;
- void (*rm_desc) (StringInfo buf, uint8 xl_info, char *rec);
+ void (*rm_desc) (StringInfo buf, XLogRecord *record);
} RmgrDescData;
extern const RmgrDescData RmgrDescTable[];