index f69ea2355dac15d2a06fcefc64849c35493c6bf5..d9df7f295d54ab12fe8ebf7a819c5593c3504dee 100644 (file)
extern void RmgrNotFound(RmgrId rmid);
extern void RegisterCustomRmgr(RmgrId rmid, RmgrData *rmgr);
+#ifndef FRONTEND
static inline bool
RmgrIdExists(RmgrId rmid)
{
RmgrNotFound(rmid);
return RmgrTable[rmid];
}
+#endif
/*
* Exported to support xlog switching from checkpointer