PostgreSQL Source Code git master
|
Data Fields | |
ConnCacheKey | key |
PGconn * | conn |
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 |
Definition at line 54 of file connection.c.
bool ConnCacheEntry::changing_xact_state |
Definition at line 63 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().
PGconn* ConnCacheEntry::conn |
Definition at line 57 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().
bool ConnCacheEntry::have_error |
Definition at line 62 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().
bool ConnCacheEntry::have_prep_stmt |
Definition at line 61 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().
bool ConnCacheEntry::invalidated |
Definition at line 66 of file connection.c.
Referenced by disconnect_cached_connections(), GetConnection(), make_new_connection(), pgfdw_inval_callback(), and pgfdw_reset_xact_state().
bool ConnCacheEntry::keep_connections |
Definition at line 67 of file connection.c.
Referenced by make_new_connection(), and pgfdw_reset_xact_state().
ConnCacheKey ConnCacheEntry::key |
Definition at line 56 of file connection.c.
uint32 ConnCacheEntry::mapping_hashvalue |
Definition at line 71 of file connection.c.
Referenced by make_new_connection(), and pgfdw_inval_callback().
bool ConnCacheEntry::parallel_abort |
Definition at line 65 of file connection.c.
Referenced by make_new_connection(), pgfdw_subxact_callback(), and pgfdw_xact_callback().
bool ConnCacheEntry::parallel_commit |
Definition at line 64 of file connection.c.
Referenced by make_new_connection(), pgfdw_subxact_callback(), and pgfdw_xact_callback().
uint32 ConnCacheEntry::server_hashvalue |
Definition at line 70 of file connection.c.
Referenced by make_new_connection(), and pgfdw_inval_callback().
Oid ConnCacheEntry::serverid |
Definition at line 69 of file connection.c.
Referenced by disconnect_cached_connections(), make_new_connection(), and pgfdw_reject_incomplete_xact_state_change().
PgFdwConnState ConnCacheEntry::state |
Definition at line 72 of file connection.c.
Referenced by GetConnection(), make_new_connection(), pgfdw_abort_cleanup(), and pgfdw_finish_abort_cleanup().
int ConnCacheEntry::xact_depth |
Definition at line 59 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().