Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 957aa4d

Browse files
committed
Fix another buildfarm issue from commit 5c279a6.
Discussion: https://postgr.es/m/3280724.1649340315@sss.pgh.pa.us
1 parent 344d62f commit 957aa4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/access/xlog_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ extern void RmgrCleanup(void);
326326
extern void RmgrNotFound(RmgrId rmid);
327327
extern void RegisterCustomRmgr(RmgrId rmid, RmgrData *rmgr);
328328

329+
#ifndef FRONTEND
329330
static inline bool
330331
RmgrIdExists(RmgrId rmid)
331332
{
@@ -339,6 +340,7 @@ GetRmgr(RmgrId rmid)
339340
RmgrNotFound(rmid);
340341
return RmgrTable[rmid];
341342
}
343+
#endif
342344

343345
/*
344346
* Exported to support xlog switching from checkpointer

0 commit comments

Comments
 (0)