PostgreSQL Source Code  git master
ConnCacheEntry Struct Reference

Data Fields

ConnCacheKey key
 
PGconnconn
 
int xact_depth
 
bool have_prep_stmt
 
bool have_error
 
bool changing_xact_state
 
bool parallel_commit
 
bool parallel_abort
 
bool invalidated
 
bool keep_connections
 
Oid serverid
 
uint32 server_hashvalue
 
uint32 mapping_hashvalue
 
PgFdwConnState state
 

Detailed Description

Definition at line 53 of file connection.c.

Field Documentation

◆ changing_xact_state

◆ conn

◆ have_error

◆ have_prep_stmt

◆ invalidated

bool ConnCacheEntry::invalidated

◆ keep_connections

bool ConnCacheEntry::keep_connections

Definition at line 66 of file connection.c.

Referenced by make_new_connection(), and pgfdw_reset_xact_state().

◆ key

ConnCacheKey ConnCacheEntry::key

Definition at line 55 of file connection.c.

◆ mapping_hashvalue

uint32 ConnCacheEntry::mapping_hashvalue

Definition at line 70 of file connection.c.

Referenced by make_new_connection(), and pgfdw_inval_callback().

◆ parallel_abort

bool ConnCacheEntry::parallel_abort

Definition at line 64 of file connection.c.

Referenced by make_new_connection(), pgfdw_subxact_callback(), and pgfdw_xact_callback().

◆ parallel_commit

bool ConnCacheEntry::parallel_commit

Definition at line 63 of file connection.c.

Referenced by make_new_connection(), pgfdw_subxact_callback(), and pgfdw_xact_callback().

◆ server_hashvalue

uint32 ConnCacheEntry::server_hashvalue

Definition at line 69 of file connection.c.

Referenced by make_new_connection(), and pgfdw_inval_callback().

◆ serverid

Oid ConnCacheEntry::serverid

◆ state

PgFdwConnState ConnCacheEntry::state

◆ xact_depth


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