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 233 of file pg_stat_statements.c.

Field Documentation

◆ counters

◆ encoding

int pgssEntry::encoding

Definition at line 239 of file pg_stat_statements.c.

Referenced by entry_alloc(), and pg_stat_statements_internal().

◆ key

pgssHashKey pgssEntry::key

Definition at line 235 of file pg_stat_statements.c.

Referenced by entry_reset(), and pg_stat_statements_internal().

◆ minmax_stats_since

TimestampTz pgssEntry::minmax_stats_since

Definition at line 241 of file pg_stat_statements.c.

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

◆ mutex

slock_t pgssEntry::mutex

Definition at line 242 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

Definition at line 240 of file pg_stat_statements.c.

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


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