PostgreSQL Source Code
git master
|
#include <pgstat_internal.h>
Data Fields | |
uint32 | magic |
LWLock | lock |
Definition at line 108 of file pgstat_internal.h.
LWLock PgStatShared_Common::lock |
Definition at line 112 of file pgstat_internal.h.
Referenced by pgstat_build_snapshot(), pgstat_init_entry(), pgstat_lock_entry(), pgstat_lock_entry_shared(), pgstat_reset_matching_entries(), and pgstat_unlock_entry().
uint32 PgStatShared_Common::magic |
Definition at line 110 of file pgstat_internal.h.
Referenced by pgstat_acquire_entry_ref(), pgstat_gc_entry_refs(), pgstat_init_entry(), pgstat_reinit_entry(), and pgstat_release_entry_ref().