MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / enablePageGC

Method enablePageGC

src/jrd/btr.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void BtrPageGCLock::enablePageGC(thread_db* tdbb)
255{
256 fb_assert(lck_id);
257 if (lck_id)
258 LCK_release(tdbb, this);
259}
260
261bool BtrPageGCLock::isPageGCAllowed(thread_db* tdbb, const PageNumber& page)
262{

Callers 4

BTR_insertFunction · 0.80
add_nodeFunction · 0.80
closeMethod · 0.80
setPageMethod · 0.80

Calls 1

LCK_releaseFunction · 0.85

Tested by

no test coverage detected