PostgreSQL Source Code
git master
|
Data Fields | |
PgStat_HashKey | key |
char | status |
PgStat_EntryRef * | entry_ref |
Definition at line 24 of file pgstat_shmem.c.
PgStat_EntryRef* PgStat_EntryRefHashEntry::entry_ref |
Definition at line 28 of file pgstat_shmem.c.
Referenced by pgstat_drop_entry(), pgstat_gc_entry_refs(), pgstat_get_entry_ref_cached(), and pgstat_release_matching_entry_refs().
PgStat_HashKey PgStat_EntryRefHashEntry::key |
Definition at line 26 of file pgstat_shmem.c.
Referenced by match_db(), pgstat_drop_entry(), pgstat_gc_entry_refs(), and pgstat_release_matching_entry_refs().
char PgStat_EntryRefHashEntry::status |
Definition at line 27 of file pgstat_shmem.c.