PostgreSQL Source Code  git master
pgssEntry Struct Reference

Data Fields

pgssHashKey key
 
Counters counters
 
Size query_offset
 
int query_len
 
int encoding
 
slock_t mutex
 

Detailed Description

Definition at line 221 of file pg_stat_statements.c.

Field Documentation

◆ counters

Counters pgssEntry::counters

Definition at line 224 of file pg_stat_statements.c.

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

◆ encoding

int pgssEntry::encoding

◆ key

pgssHashKey pgssEntry::key

◆ mutex

slock_t pgssEntry::mutex

Definition at line 228 of file pg_stat_statements.c.

Referenced by entry_alloc().

◆ query_len

◆ query_offset

Size pgssEntry::query_offset

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