aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2022-11-15 15:58:12 -0800
committerJeff Davis <jdavis@postgresql.org>2022-11-15 16:01:35 -0800
commit1eda3ce80287f985f8165640d4bf663fe4649b41 (patch)
tree83e05894510eebfe94a74f1f6579e6d26ec31287 /src/include/access/xlog_internal.h
parentae168c794f09984d8fe44e7da2ca6ad3eeb570f1 (diff)
downloadpostgresql-1eda3ce80287f985f8165640d4bf663fe4649b41.tar.gz
postgresql-1eda3ce80287f985f8165640d4bf663fe4649b41.zip
Mark argument of RegisterCustomRmgr() as const.
Diffstat (limited to 'src/include/access/xlog_internal.h')
-rw-r--r--src/include/access/xlog_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index 6a721eb3f3e..e5fc66966bc 100644
--- a/src/include/access/xlog_internal.h
+++ b/src/include/access/xlog_internal.h
@@ -362,7 +362,7 @@ extern PGDLLIMPORT RmgrData RmgrTable[];
extern void RmgrStartup(void);
extern void RmgrCleanup(void);
extern void RmgrNotFound(RmgrId rmid);
-extern void RegisterCustomRmgr(RmgrId rmid, RmgrData *rmgr);
+extern void RegisterCustomRmgr(RmgrId rmid, const RmgrData *rmgr);
#ifndef FRONTEND
static inline bool