Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgStat_StatDBEntry Struct Reference

#include <pgstat.h>

Data Fields

Oid databaseid
PgStat_Counter n_xact_commit
PgStat_Counter n_xact_rollback
PgStat_Counter n_blocks_fetched
PgStat_Counter n_blocks_hit
PgStat_Counter n_tuples_returned
PgStat_Counter n_tuples_fetched
PgStat_Counter n_tuples_inserted
PgStat_Counter n_tuples_updated
PgStat_Counter n_tuples_deleted
TimestampTz last_autovac_time
PgStat_Counter n_conflict_tablespace
PgStat_Counter n_conflict_lock
PgStat_Counter n_conflict_snapshot
PgStat_Counter n_conflict_bufferpin
PgStat_Counter n_conflict_startup_deadlock
PgStat_Counter n_temp_files
PgStat_Counter n_temp_bytes
PgStat_Counter n_deadlocks
PgStat_Counter n_block_read_time
PgStat_Counter n_block_write_time
TimestampTz stat_reset_timestamp
TimestampTz stats_timestamp
HTABtables
HTABfunctions

Detailed Description

Definition at line 524 of file pgstat.h.


Field Documentation

Definition at line 536 of file pgstat.h.

Referenced by do_start_worker(), pgstat_recv_autovac(), and reset_dbentry_counters().


The documentation for this struct was generated from the following file: