#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/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 "storage/standby.h"
#include "utils/relmapper.h"
#include "access/rmgrlist.h"
Go to the source code of this file.
Defines | |
#define | PG_RMGR(symname, name, redo, desc, startup, cleanup, restartpoint) { name, redo, desc, startup, cleanup, restartpoint }, |
Variables | |
const RmgrData | RmgrTable [RM_MAX_ID+1] |
{ }
Definition at line 31 of file rmgr.c.
Referenced by RecoveryRestartPoint(), rm_redo_error_callback(), StartupXLOG(), and XLogInsert().