PostgreSQL Source Code  git master
BloomOpaque Struct Reference

Data Fields

FmgrInfo extra_procinfos [BLOOM_MAX_PROCNUMS]
 
bool extra_proc_missing [BLOOM_MAX_PROCNUMS]
 

Detailed Description

Definition at line 434 of file brin_bloom.c.

Field Documentation

◆ extra_proc_missing

bool BloomOpaque::extra_proc_missing[BLOOM_MAX_PROCNUMS]

Definition at line 442 of file brin_bloom.c.

Referenced by bloom_get_procinfo().

◆ extra_procinfos

FmgrInfo BloomOpaque::extra_procinfos[BLOOM_MAX_PROCNUMS]

Definition at line 441 of file brin_bloom.c.

Referenced by bloom_get_procinfo().


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