PostgreSQL Source Code
git master
|
#include <pgstat_internal.h>
Data Fields | |
PgStat_Kind | kind |
Oid | dboid |
uint64 | objid |
Definition at line 52 of file pgstat_internal.h.
Oid PgStat_HashKey::dboid |
Definition at line 55 of file pgstat_internal.h.
Referenced by match_db(), match_db_entries(), pgstat_build_snapshot(), pgstat_drop_database_and_contents(), pgstat_drop_entry_internal(), and pgstat_relation_flush_cb().
PgStat_Kind PgStat_HashKey::kind |
Definition at line 54 of file pgstat_internal.h.
Referenced by match_kind(), pgstat_build_snapshot(), pgstat_delete_pending_entry(), pgstat_drop_entry_internal(), and pgstat_reset_matching_entries().
uint64 PgStat_HashKey::objid |
Definition at line 56 of file pgstat_internal.h.
Referenced by pgstat_drop_entry_internal().