PostgreSQL Source Code
git master
|
#include "access/rmgrlist.h"
Go to the source code of this file.
Macros | |
#define | PG_RMGR(symname, name, redo, desc, identify, startup, cleanup, mask) symname, |
#define | RM_MAX_ID (RM_NEXT_ID - 1) |
Typedefs | |
typedef uint8 | RmgrId |
typedef enum RmgrIds | RmgrIds |
Enumerations | |
enum | RmgrIds { RM_NEXT_ID } |
#define RM_MAX_ID (RM_NEXT_ID - 1) |
Definition at line 33 of file rmgr.h.
Referenced by check_wal_consistency_checking(), main(), print_rmgr_list(), StartupXLOG(), and ValidXLogRecordHeader().