|
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 339 of file xlog_internal.h.
Definition at line 346 of file xlog_internal.h.
Referenced by RmgrCleanup().
| void(* RmgrData::rm_decode) (struct LogicalDecodingContext *ctx, struct XLogRecordBuffer *buf) |
Definition at line 348 of file xlog_internal.h.
| void(* RmgrData::rm_desc) (StringInfo buf, XLogReaderState *record) |
Definition at line 343 of file xlog_internal.h.
Referenced by GetWALBlockInfo(), and GetWALRecordInfo().
Definition at line 344 of file xlog_internal.h.
Referenced by GetWALBlockInfo(), GetWALRecordInfo(), and GetXLogSummaryStats().
| void(* RmgrData::rm_mask) (char *pagedata, BlockNumber blkno) |
Definition at line 347 of file xlog_internal.h.
Referenced by check_wal_consistency_checking().
Definition at line 341 of file xlog_internal.h.
Referenced by GetWALBlockInfo(), GetWALRecordInfo(), GetXLogSummaryStats(), RegisterCustomRmgr(), and RmgrIdExists().
| void(* RmgrData::rm_redo) (XLogReaderState *record) |
Definition at line 342 of file xlog_internal.h.
Referenced by ApplyWalRecord().
Definition at line 345 of file xlog_internal.h.
Referenced by RmgrStartup().