Go to the source code of this file.
◆ RmgrDescData
◆ GetRmgrDesc()
Definition at line 87 of file rmgrdesc.c.
88{
90
93 else
94 {
98 }
99}
#define Assert(condition)
#define RmgrIdIsValid(rmid)
static bool RmgrIdIsBuiltin(int rmid)
static const RmgrDescData RmgrDescTable[RM_N_BUILTIN_IDS]
static void initialize_custom_rmgrs(void)
static bool CustomRmgrDescInitialized
static RmgrDescData CustomRmgrDesc[RM_N_CUSTOM_IDS]
References Assert, CustomRmgrDesc, CustomRmgrDescInitialized, initialize_custom_rmgrs(), RM_MIN_CUSTOM_ID, RmgrDescTable, RmgrIdIsBuiltin(), and RmgrIdIsValid.
Referenced by main(), print_rmgr_list(), XLogDumpDisplayRecord(), and XLogDumpDisplayStats().