#include "access/rmgrlist.h"

Go to the source code of this file.
Defines | |
| #define | PG_RMGR(symname, name, redo, desc, startup, cleanup, restartpoint) symname, |
| #define | RM_MAX_ID (RM_NEXT_ID - 1) |
Typedefs | |
| typedef uint8 | RmgrId |
| typedef enum RmgrIds | RmgrIds |
Enumerations | |
| enum | RmgrIds { RM_NEXT_ID } |
| #define PG_RMGR | ( | symname, | ||
| name, | ||||
| redo, | ||||
| desc, | ||||
| startup, | ||||
| cleanup, | ||||
| restartpoint | ||||
| ) | symname, |
| #define RM_MAX_ID (RM_NEXT_ID - 1) |
Definition at line 33 of file rmgr.h.
Referenced by print_rmgr_list(), and ValidXLogRecordHeader().
| enum RmgrIds |
Definition at line 25 of file rmgr.h.
{
#include "access/rmgrlist.h"
RM_NEXT_ID
} RmgrIds;
1.7.1