PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 234 of file pg_stat_statements.c.

Field Documentation

◆ counters

◆ encoding

int pgssEntry::encoding

Definition at line 240 of file pg_stat_statements.c.

Referenced by entry_alloc(), and pg_stat_statements_internal().

◆ key

pgssHashKey pgssEntry::key

Definition at line 236 of file pg_stat_statements.c.

Referenced by entry_reset(), and pg_stat_statements_internal().

◆ minmax_stats_since

TimestampTz pgssEntry::minmax_stats_since

◆ mutex

slock_t pgssEntry::mutex

Definition at line 243 of file pg_stat_statements.c.

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

◆ query_len

int pgssEntry::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: