PostgreSQL Source Code  git master
PTEntryArray Struct Reference

Data Fields

pg_atomic_uint32 refcount
 
PagetableEntry ptentry [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 112 of file tidbitmap.c.

Field Documentation

◆ ptentry

PagetableEntry PTEntryArray::ptentry[FLEXIBLE_ARRAY_MEMBER]

Definition at line 115 of file tidbitmap.c.

Referenced by tbm_prepare_shared_iterate(), and tbm_shared_iterate().

◆ refcount

pg_atomic_uint32 PTEntryArray::refcount

Definition at line 114 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: