PostgreSQL Source Code
git master
|
#include <pgstat_internal.h>
Data Fields | |
PgStatShared_HashEntry * | shared_entry |
PgStatShared_Common * | shared_stats |
void * | pending |
dlist_node | pending_node |
Definition at line 122 of file pgstat_internal.h.
void* PgStat_EntryRef::pending |
Definition at line 143 of file pgstat_internal.h.
Referenced by find_funcstat_entry(), find_tabstat_entry(), injection_stats_flush_cb(), pgstat_database_flush_cb(), pgstat_delete_pending_entry(), pgstat_fetch_pending_entry(), pgstat_function_flush_cb(), pgstat_gc_entry_refs(), pgstat_get_entry_ref_cached(), pgstat_init_function_usage(), pgstat_prep_database_pending(), pgstat_prep_pending_entry(), pgstat_prep_relation_pending(), pgstat_relation_delete_pending_cb(), pgstat_relation_flush_cb(), pgstat_release_entry_ref(), pgstat_report_subscription_conflict(), pgstat_report_subscription_error(), and pgstat_subscription_flush_cb().
dlist_node PgStat_EntryRef::pending_node |
Definition at line 144 of file pgstat_internal.h.
Referenced by pgstat_delete_pending_entry(), and pgstat_prep_pending_entry().
PgStatShared_HashEntry* PgStat_EntryRef::shared_entry |
Definition at line 128 of file pgstat_internal.h.
Referenced by pgstat_acquire_entry_ref(), pgstat_delete_pending_entry(), pgstat_fetch_entry(), pgstat_flush_pending_entries(), pgstat_gc_entry_refs(), pgstat_get_entry_ref_cached(), pgstat_relation_flush_cb(), pgstat_release_entry_ref(), and pgstat_reset_entry().
PgStatShared_Common* PgStat_EntryRef::shared_stats |
Definition at line 134 of file pgstat_internal.h.
Referenced by injection_stats_flush_cb(), pgstat_acquire_entry_ref(), pgstat_copy_relation_stats(), pgstat_create_inj(), pgstat_create_replslot(), pgstat_database_flush_cb(), pgstat_fetch_entry(), pgstat_function_flush_cb(), pgstat_gc_entry_refs(), pgstat_get_entry_ref_cached(), pgstat_lock_entry(), pgstat_lock_entry_shared(), pgstat_relation_flush_cb(), pgstat_release_entry_ref(), pgstat_report_analyze(), pgstat_report_autovac(), pgstat_report_checksum_failures_in_db(), pgstat_report_inj(), pgstat_report_replslot(), pgstat_report_vacuum(), pgstat_reset_database_timestamp(), pgstat_reset_entry(), pgstat_subscription_flush_cb(), and pgstat_unlock_entry().