aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump/rmgrdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_xlogdump/rmgrdesc.h')
-rw-r--r--contrib/pg_xlogdump/rmgrdesc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_xlogdump/rmgrdesc.h b/contrib/pg_xlogdump/rmgrdesc.h
index 2341739a14e..edf82577514 100644
--- a/contrib/pg_xlogdump/rmgrdesc.h
+++ b/contrib/pg_xlogdump/rmgrdesc.h
@@ -13,9 +13,9 @@
typedef struct RmgrDescData
{
const char *rm_name;
- void (*rm_desc) (StringInfo buf, uint8 xl_info, char *rec);
+ void (*rm_desc) (StringInfo buf, uint8 xl_info, char *rec);
} RmgrDescData;
extern const RmgrDescData RmgrDescTable[];
-#endif /* RMGRDESC_H */
+#endif /* RMGRDESC_H */