PostgreSQL Source Code
git master
|
Data Fields | |
pgssHashKey | key |
Counters | counters |
Size | query_offset |
int | query_len |
int | encoding |
TimestampTz | stats_since |
TimestampTz | minmax_stats_since |
slock_t | mutex |
Definition at line 224 of file pg_stat_statements.c.
Counters pgssEntry::counters |
Definition at line 227 of file pg_stat_statements.c.
Referenced by entry_alloc(), entry_dealloc(), and pgss_shmem_startup().
int pgssEntry::encoding |
Definition at line 230 of file pg_stat_statements.c.
Referenced by entry_alloc(), pg_stat_statements_internal(), and pgss_shmem_startup().
pgssHashKey pgssEntry::key |
Definition at line 226 of file pg_stat_statements.c.
Referenced by entry_reset(), pg_stat_statements_internal(), and pgss_shmem_startup().
TimestampTz pgssEntry::minmax_stats_since |
Definition at line 232 of file pg_stat_statements.c.
Referenced by entry_alloc(), and pgss_shmem_startup().
slock_t pgssEntry::mutex |
Definition at line 233 of file pg_stat_statements.c.
Referenced by entry_alloc().
int pgssEntry::query_len |
Definition at line 229 of file pg_stat_statements.c.
Referenced by entry_alloc(), entry_dealloc(), gc_qtexts(), pg_stat_statements_internal(), pgss_shmem_shutdown(), and pgss_shmem_startup().
Size pgssEntry::query_offset |
Definition at line 228 of file pg_stat_statements.c.
Referenced by entry_alloc(), gc_qtexts(), pg_stat_statements_internal(), and pgss_shmem_shutdown().
TimestampTz pgssEntry::stats_since |
Definition at line 231 of file pg_stat_statements.c.
Referenced by entry_alloc(), and pgss_shmem_startup().