Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Variables

rmgr.c File Reference

#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"
Include dependency graph for rmgr.c:

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]

Define Documentation

#define PG_RMGR (   symname,
  name,
  redo,
  desc,
  startup,
  cleanup,
  restartpoint 
)    { name, redo, desc, startup, cleanup, restartpoint },

Definition at line 28 of file rmgr.c.


Variable Documentation

const RmgrData RmgrTable[RM_MAX_ID+1]
Initial value:
 {

}

Definition at line 31 of file rmgr.c.

Referenced by RecoveryRestartPoint(), rm_redo_error_callback(), StartupXLOG(), and XLogInsert().