Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.
Oops. Pointed out by Andres Freund.
This commit is contained in:
parent
59a5ab3f42
commit
033dc1c92c
@ -27,7 +27,7 @@
|
|||||||
#include "storage/standby.h"
|
#include "storage/standby.h"
|
||||||
#include "utils/relmapper.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, },
|
{ name, desc, },
|
||||||
|
|
||||||
const RmgrDescData RmgrDescTable[RM_MAX_ID + 1] = {
|
const RmgrDescData RmgrDescTable[RM_MAX_ID + 1] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user