1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Mark argument of RegisterCustomRmgr() as const.

This commit is contained in:
Jeff Davis
2022-11-15 15:58:12 -08:00
parent ae168c794f
commit 1eda3ce802
4 changed files with 4 additions and 4 deletions

View File

@@ -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