PostgreSQL Source Code  git master
PTIterationArray Struct Reference

Data Fields

pg_atomic_uint32 refcount
 
int index [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 209 of file tidbitmap.c.

Field Documentation

◆ index

int PTIterationArray::index[FLEXIBLE_ARRAY_MEMBER]

Definition at line 212 of file tidbitmap.c.

Referenced by tbm_prepare_shared_iterate(), and tbm_shared_iterate().

◆ refcount

pg_atomic_uint32 PTIterationArray::refcount

Definition at line 211 of file tidbitmap.c.

Referenced by tbm_free_shared_area(), and tbm_prepare_shared_iterate().


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