#include "postgres.h"#include "access/clog.h"#include "access/gin.h"#include "access/gist_private.h"#include "access/hash.h"#include "access/heapam_xlog.h"#include "access/multixact.h"#include "access/nbtree.h"#include "access/rmgr.h"#include "access/spgist.h"#include "access/xact.h"#include "access/xlog_internal.h"#include "catalog/storage_xlog.h"#include "commands/dbcommands.h"#include "commands/sequence.h"#include "commands/tablespace.h"#include "rmgrdesc.h"#include "storage/standby.h"#include "utils/relmapper.h"#include "access/rmgrlist.h"
Go to the source code of this file.
Defines | |
| #define | FRONTEND 1 |
| #define | PG_RMGR(symname, name, redo, desc, startup, cleanup, restartpoint) { name, desc, }, |
Variables | |
| const RmgrDescData | RmgrDescTable [RM_MAX_ID+1] |
| #define FRONTEND 1 |
Definition at line 8 of file rmgrdesc.c.
Definition at line 30 of file rmgrdesc.c.
| const RmgrDescData RmgrDescTable[RM_MAX_ID+1] |
{
}
Definition at line 33 of file rmgrdesc.c.
Referenced by main(), print_rmgr_list(), and XLogDumpDisplayRecord().
1.7.1