diff options
Diffstat (limited to 'src/include/storage/standby.h')
-rw-r--r-- | src/include/storage/standby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/standby.h b/src/include/storage/standby.h index 89ab704699b..da22fd31499 100644 --- a/src/include/storage/standby.h +++ b/src/include/storage/standby.h @@ -82,7 +82,7 @@ typedef struct xl_running_xacts /* Recovery handlers for the Standby Rmgr (RM_STANDBY_ID) */ extern void standby_redo(XLogRecPtr lsn, XLogRecord *record); -extern void standby_desc(StringInfo buf, uint8 xl_info, char *rec); +extern void standby_desc(StringInfo buf, XLogRecord *record); /* * Declarations for GetRunningTransactionData(). Similar to Snapshots, but |