PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgStatShared_HashEntry Struct Reference

#include <pgstat_internal.h>

Data Fields

PgStat_HashKey key
 
bool dropped
 
pg_atomic_uint32 refcount
 
pg_atomic_uint32 generation
 
dsa_pointer body
 

Detailed Description

Definition at line 94 of file pgstat_internal.h.

Field Documentation

◆ body

dsa_pointer PgStatShared_HashEntry::body

Definition at line 144 of file pgstat_internal.h.

Referenced by pgstat_build_snapshot(), and pgstat_reset_matching_entries().

◆ dropped

◆ generation

pg_atomic_uint32 PgStatShared_HashEntry::generation

Definition at line 137 of file pgstat_internal.h.

Referenced by pgstat_gc_entry_refs(), and pgstat_release_entry_ref().

◆ key

◆ refcount

pg_atomic_uint32 PgStatShared_HashEntry::refcount

Definition at line 124 of file pgstat_internal.h.

Referenced by pgstat_build_snapshot(), and pgstat_release_entry_ref().


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