PostgreSQL Source Code  git master
ParallelBitmapHeapState Struct Reference

#include <execnodes.h>

Data Fields

dsa_pointer tbmiterator
 
dsa_pointer prefetch_iterator
 
slock_t mutex
 
int prefetch_pages
 
int prefetch_target
 
SharedBitmapState state
 
ConditionVariable cv
 

Detailed Description

Definition at line 1778 of file execnodes.h.

Field Documentation

◆ cv

◆ mutex

◆ prefetch_iterator

dsa_pointer ParallelBitmapHeapState::prefetch_iterator

◆ prefetch_pages

int ParallelBitmapHeapState::prefetch_pages

◆ prefetch_target

int ParallelBitmapHeapState::prefetch_target

◆ state

◆ tbmiterator

dsa_pointer ParallelBitmapHeapState::tbmiterator

The documentation for this struct was generated from the following file: