PostgreSQL Source Code git master
Data Fields
ConnCacheEntry Struct Reference

Data Fields

 
PGconnconn
 
int  xact_depth
 
 
bool  have_error
 
 
 
 
bool  invalidated
 
 
 
 
 
 

Detailed Description

Definition at line 55 of file connection.c.

Field Documentation

changing_xact_state

bool ConnCacheEntry::changing_xact_state

Definition at line 64 of file connection.c.

Referenced by begin_remote_xact(), make_new_connection(), pgfdw_abort_cleanup(), pgfdw_abort_cleanup_begin(), pgfdw_finish_abort_cleanup(), pgfdw_finish_pre_commit_cleanup(), pgfdw_finish_pre_subcommit_cleanup(), pgfdw_reject_incomplete_xact_state_change(), pgfdw_reset_xact_state(), pgfdw_subxact_callback(), and pgfdw_xact_callback().

conn

PGconn* ConnCacheEntry::conn

Definition at line 58 of file connection.c.

Referenced by begin_remote_xact(), disconnect_cached_connections(), disconnect_pg_server(), GetConnection(), make_new_connection(), pgfdw_abort_cleanup(), pgfdw_abort_cleanup_begin(), pgfdw_finish_abort_cleanup(), pgfdw_finish_pre_commit_cleanup(), pgfdw_finish_pre_subcommit_cleanup(), pgfdw_inval_callback(), pgfdw_reject_incomplete_xact_state_change(), pgfdw_reset_xact_state(), pgfdw_subxact_callback(), and pgfdw_xact_callback().

have_error

bool ConnCacheEntry::have_error

Definition at line 63 of file connection.c.

Referenced by make_new_connection(), pgfdw_abort_cleanup(), pgfdw_abort_cleanup_begin(), pgfdw_finish_abort_cleanup(), pgfdw_finish_pre_commit_cleanup(), and pgfdw_xact_callback().

have_prep_stmt

bool ConnCacheEntry::have_prep_stmt

Definition at line 62 of file connection.c.

Referenced by GetConnection(), make_new_connection(), pgfdw_abort_cleanup(), pgfdw_finish_abort_cleanup(), pgfdw_finish_pre_commit_cleanup(), and pgfdw_xact_callback().

invalidated

bool ConnCacheEntry::invalidated

Definition at line 67 of file connection.c.

Referenced by disconnect_cached_connections(), GetConnection(), make_new_connection(), pgfdw_inval_callback(), and pgfdw_reset_xact_state().

keep_connections

bool ConnCacheEntry::keep_connections

Definition at line 68 of file connection.c.

Referenced by make_new_connection(), and pgfdw_reset_xact_state().

key

ConnCacheKey ConnCacheEntry::key

Definition at line 57 of file connection.c.

mapping_hashvalue

uint32 ConnCacheEntry::mapping_hashvalue

Definition at line 72 of file connection.c.

Referenced by make_new_connection(), and pgfdw_inval_callback().

parallel_abort

bool ConnCacheEntry::parallel_abort

Definition at line 66 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 65 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 71 of file connection.c.

Referenced by make_new_connection(), and pgfdw_inval_callback().

serverid

Oid ConnCacheEntry::serverid

Definition at line 70 of file connection.c.

Referenced by disconnect_cached_connections(), make_new_connection(), and pgfdw_reject_incomplete_xact_state_change().

state

PgFdwConnState ConnCacheEntry::state

Definition at line 73 of file connection.c.

Referenced by GetConnection(), make_new_connection(), pgfdw_abort_cleanup(), and pgfdw_finish_abort_cleanup().

xact_depth

int ConnCacheEntry::xact_depth

Definition at line 60 of file connection.c.

Referenced by begin_remote_xact(), disconnect_cached_connections(), GetConnection(), make_new_connection(), pgfdw_inval_callback(), pgfdw_reset_xact_state(), pgfdw_subxact_callback(), and pgfdw_xact_callback().


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

AltStyle によって変換されたページ (->オリジナル) /