MCPcopy Create free account
hub / github.com/apache/cloudberry / _bitmap_wrtbuf

Function _bitmap_wrtbuf

src/backend/access/bitmap/bitmappages.c:112–117  ·  view source on GitHub ↗

* _bitmap_wrtbuf() -- write a buffer page to disk. * * Release the lock and the pin held on the buffer. */

Source from the content-addressed store, hash-verified

110 * Release the lock and the pin held on the buffer.
111 */
112void
113_bitmap_wrtbuf(Buffer buf)
114{
115 MarkBufferDirty(buf);
116 UnlockReleaseBuffer(buf);
117}
118
119/*
120 * _bitmap_relbuf() -- release the buffer without writing.

Callers 3

build_inserttupleFunction · 0.85
_bitmap_initFunction · 0.85
_bitmap_xlog_insert_metaFunction · 0.85

Calls 2

MarkBufferDirtyFunction · 0.85
UnlockReleaseBufferFunction · 0.85

Tested by

no test coverage detected