diff options
Diffstat (limited to 'contrib/pg_xlogdump/rmgrdesc.c')
-rw-r--r-- | contrib/pg_xlogdump/rmgrdesc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pg_xlogdump/rmgrdesc.c b/contrib/pg_xlogdump/rmgrdesc.c index 0508c8dae91..13ab7457265 100644 --- a/contrib/pg_xlogdump/rmgrdesc.c +++ b/contrib/pg_xlogdump/rmgrdesc.c @@ -33,4 +33,3 @@ const RmgrDescData RmgrDescTable[RM_MAX_ID + 1] = { #include "access/rmgrlist.h" }; - |