|
PostgreSQL Source Code git master
|
#include <xlog_internal.h>
Data Fields | |
| const char * | rm_name |
| void(* | rm_redo )(XLogReaderState *record) |
| void(* | rm_desc )(StringInfo buf, XLogReaderState *record) |
| const char *(* | rm_identify )(uint8 info) |
| void(* | rm_startup )(void) |
| void(* | rm_cleanup )(void) |
| void(* | rm_mask )(char *pagedata, BlockNumber blkno) |
| void(* | rm_decode )(struct LogicalDecodingContext *ctx, struct XLogRecordBuffer *buf) |
Definition at line 351 of file xlog_internal.h.
Definition at line 358 of file xlog_internal.h.
Referenced by RmgrCleanup().
| void(* RmgrData::rm_decode) (struct LogicalDecodingContext *ctx, struct XLogRecordBuffer *buf) |
Definition at line 360 of file xlog_internal.h.
| void(* RmgrData::rm_desc) (StringInfo buf, XLogReaderState *record) |
Definition at line 355 of file xlog_internal.h.
Referenced by GetWALBlockInfo(), and GetWALRecordInfo().
Definition at line 356 of file xlog_internal.h.
Referenced by GetWALBlockInfo(), GetWALRecordInfo(), and GetXLogSummaryStats().
| void(* RmgrData::rm_mask) (char *pagedata, BlockNumber blkno) |
Definition at line 359 of file xlog_internal.h.
Referenced by check_wal_consistency_checking().
Definition at line 353 of file xlog_internal.h.
Referenced by GetWALBlockInfo(), GetWALRecordInfo(), GetXLogSummaryStats(), RegisterCustomRmgr(), and RmgrIdExists().
| void(* RmgrData::rm_redo) (XLogReaderState *record) |
Definition at line 354 of file xlog_internal.h.
Referenced by ApplyWalRecord().
Definition at line 357 of file xlog_internal.h.
Referenced by RmgrStartup().