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

Function _bitmap_relbuf

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

* _bitmap_relbuf() -- release the buffer without writing. */

Source from the content-addressed store, hash-verified

120 * _bitmap_relbuf() -- release the buffer without writing.
121 */
122void
123_bitmap_relbuf(Buffer buf)
124{
125 UnlockReleaseBuffer(buf);
126}
127
128/*
129 * _bitmap_init_lovpage -- initialize a new LOV page.

Callers 13

updatesetbitFunction · 0.85
updatesetbit_inpageFunction · 0.85
findbitmappageFunction · 0.85
verify_bitmappagesFunction · 0.85
create_lovitemFunction · 0.85
buf_add_tidFunction · 0.85
buf_free_memFunction · 0.85
insertsetbitFunction · 0.85
_bitmap_init_buildstateFunction · 0.85
GetBitmapIndexAuxOidsFunction · 0.85
_bitmap_xlog_insert_metaFunction · 0.85
read_wordsFunction · 0.85

Calls 1

UnlockReleaseBufferFunction · 0.85

Tested by

no test coverage detected