|
PostgreSQL Source Code git master
|
#include <rmgrdesc.h>
Data Fields | |
| const char * | rm_name |
| void(* | rm_desc )(StringInfo buf, XLogReaderState *record) |
| const char *(* | rm_identify )(uint8 info) |
Definition at line 14 of file rmgrdesc.h.
| void(* RmgrDescData::rm_desc) (StringInfo buf, XLogReaderState *record) |
Definition at line 17 of file rmgrdesc.h.
Referenced by initialize_custom_rmgrs(), and XLogDumpDisplayRecord().
| const char *(* RmgrDescData::rm_identify) (uint8 info) |
Definition at line 18 of file rmgrdesc.h.
Referenced by initialize_custom_rmgrs(), XLogDumpDisplayRecord(), and XLogDumpDisplayStats().
| const char* RmgrDescData::rm_name |
Definition at line 16 of file rmgrdesc.h.
Referenced by initialize_custom_rmgrs(), XLogDumpDisplayRecord(), and XLogDumpDisplayStats().