Header And Logo

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

Defines | Variables

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

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 Documentation

#define FRONTEND   1

Definition at line 8 of file rmgrdesc.c.

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

Definition at line 30 of file rmgrdesc.c.


Variable Documentation

const RmgrDescData RmgrDescTable[RM_MAX_ID+1]
Initial value:
 {

}

Definition at line 33 of file rmgrdesc.c.

Referenced by main(), print_rmgr_list(), and XLogDumpDisplayRecord().