Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.

Oops. Pointed out by Andres Freund.
This commit is contained in:
Heikki Linnakangas 2014-03-18 22:23:00 +02:00
parent 59a5ab3f42
commit 033dc1c92c

View File

@ -27,7 +27,7 @@
#include "storage/standby.h"
#include "utils/relmapper.h"
#define PG_RMGR(symname,name,redo,desc,startup,cleanup,restartpoint) \
#define PG_RMGR(symname,name,redo,desc,startup,cleanup) \
{ name, desc, },
const RmgrDescData RmgrDescTable[RM_MAX_ID + 1] = {