PostgreSQL Source Code  git master
RmgrDescData Struct Reference

#include <rmgrdesc.h>

Data Fields

const char * rm_name
 
void(* rm_desc )(StringInfo buf, XLogReaderState *record)
 
const char *(* rm_identify )(uint8 info)
 

Detailed Description

Definition at line 14 of file rmgrdesc.h.

Field Documentation

◆ rm_desc

void(* RmgrDescData::rm_desc) (StringInfo buf, XLogReaderState *record)

Definition at line 17 of file rmgrdesc.h.

Referenced by initialize_custom_rmgrs(), and XLogDumpDisplayRecord().

◆ rm_identify

const char*(* RmgrDescData::rm_identify) (uint8 info)

Definition at line 18 of file rmgrdesc.h.

Referenced by initialize_custom_rmgrs(), XLogDumpDisplayRecord(), and XLogDumpDisplayStats().

◆ rm_name

const char* RmgrDescData::rm_name

Definition at line 16 of file rmgrdesc.h.

Referenced by initialize_custom_rmgrs(), XLogDumpDisplayRecord(), and XLogDumpDisplayStats().


The documentation for this struct was generated from the following file: