PostgreSQL Source Code
git master
|
#include <pgstat_internal.h>
Data Fields | |
PgStat_HashKey | key |
bool | dropped |
pg_atomic_uint32 | refcount |
dsa_pointer | body |
Definition at line 64 of file pgstat_internal.h.
dsa_pointer PgStatShared_HashEntry::body |
Definition at line 101 of file pgstat_internal.h.
Referenced by pgstat_build_snapshot(), pgstat_drop_entry_internal(), pgstat_free_entry(), pgstat_get_entry_ref(), pgstat_init_entry(), pgstat_reinit_entry(), and pgstat_reset_matching_entries().
bool PgStatShared_HashEntry::dropped |
Definition at line 73 of file pgstat_internal.h.
Referenced by pgstat_build_snapshot(), pgstat_drop_database_and_contents(), pgstat_drop_entry_internal(), pgstat_fetch_entry(), pgstat_gc_entry_refs(), pgstat_get_entry_ref(), pgstat_init_entry(), pgstat_reinit_entry(), pgstat_release_entry_ref(), pgstat_reset_entry(), and pgstat_reset_matching_entries().
PgStat_HashKey PgStatShared_HashEntry::key |
Definition at line 66 of file pgstat_internal.h.
Referenced by match_db_entries(), match_kind(), pgstat_build_snapshot(), pgstat_delete_pending_entry(), pgstat_drop_database_and_contents(), pgstat_drop_entry_internal(), pgstat_flush_pending_entries(), pgstat_relation_flush_cb(), pgstat_release_entry_ref(), and pgstat_reset_matching_entries().
pg_atomic_uint32 PgStatShared_HashEntry::refcount |
Definition at line 94 of file pgstat_internal.h.
Referenced by pgstat_acquire_entry_ref(), pgstat_build_snapshot(), pgstat_drop_entry_internal(), pgstat_init_entry(), pgstat_reinit_entry(), and pgstat_release_entry_ref().