PostgreSQL Source Code  git master
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 225 of file pg_stat_statements.c.

Field Documentation

◆ counters

Counters pgssEntry::counters

Definition at line 228 of file pg_stat_statements.c.

Referenced by entry_alloc(), entry_dealloc(), and pgss_shmem_startup().

◆ encoding

int pgssEntry::encoding

◆ key

pgssHashKey pgssEntry::key

◆ minmax_stats_since

TimestampTz pgssEntry::minmax_stats_since

Definition at line 233 of file pg_stat_statements.c.

Referenced by entry_alloc(), and pgss_shmem_startup().

◆ mutex

slock_t pgssEntry::mutex

Definition at line 234 of file pg_stat_statements.c.

Referenced by entry_alloc().

◆ query_len

◆ query_offset

Size pgssEntry::query_offset

◆ stats_since

TimestampTz pgssEntry::stats_since

Definition at line 232 of file pg_stat_statements.c.

Referenced by entry_alloc(), and pgss_shmem_startup().


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