Commit 033dc1c9 authored by Heikki Linnakangas's avatar Heikki Linnakangas

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

Oops. Pointed out by Andres Freund.
parent 59a5ab3f
...@@ -27,7 +27,7 @@ ...@@ -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] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment