diff options
| author | Heikki Linnakangas | 2014-03-18 20:23:00 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2014-03-18 20:23:00 +0000 |
| commit | 033dc1c92cf018d396e983d425b821dda420cfff (patch) | |
| tree | be0f2cbb5f102f856cd88b85e19118217fabdd95 /contrib/pg_xlogdump | |
| parent | 59a5ab3f426e74e3f901dc2cf533726bcea08ed2 (diff) | |
Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.
Oops. Pointed out by Andres Freund.
Diffstat (limited to 'contrib/pg_xlogdump')
| -rw-r--r-- | contrib/pg_xlogdump/rmgrdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_xlogdump/rmgrdesc.c b/contrib/pg_xlogdump/rmgrdesc.c index 13ab745726..cbcaaa6b0c 100644 --- a/contrib/pg_xlogdump/rmgrdesc.c +++ b/contrib/pg_xlogdump/rmgrdesc.c @@ -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] = { |
