PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pgssEntry Struct Reference

Data Fields

pgssHashKey key
 
Counters counters
 
Size query_offset
 
int query_len
 
int encoding
 
TimestampTz stats_since
 
TimestampTz minmax_stats_since
 
slock_t mutex
 

Detailed Description

Definition at line 228 of file pg_stat_statements.c.

Field Documentation

◆ counters

Counters pgssEntry::counters

◆ encoding

int pgssEntry::encoding

◆ key

pgssHashKey pgssEntry::key

◆ minmax_stats_since

TimestampTz pgssEntry::minmax_stats_since

◆ mutex

slock_t pgssEntry::mutex

Definition at line 237 of file pg_stat_statements.c.

Referenced by entry_alloc(), pg_stat_statements_internal(), and pgss_store().

◆ query_len

◆ query_offset

Size pgssEntry::query_offset

◆ stats_since

TimestampTz pgssEntry::stats_since

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