Go to the source code of this file.
◆ RmgrDescData
◆ GetRmgrDesc()
Definition at line 87 of file rmgrdesc.c.
Assert(fmt[strlen(fmt) - 1] !='\n')
#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().