4 * Resource managers definition
6 * src/include/access/rmgr.h
14 * Built-in resource managers
16 * The actual numerical values for each rmgr ID are defined by the order
17 * of entries in rmgrlist.h.
19 * Note: RM_MAX_ID must fit in RmgrId; widening that type will affect the XLOG
22 #define PG_RMGR(symname,name,redo,desc,identify,startup,cleanup,mask) \
27 #include "access/rmgrlist.h"
33 #define RM_MAX_ID (RM_NEXT_ID - 1)