|
PostgreSQL Source Code git master
|
#include <pg_stash_advice.h>
Data Fields | |
| LWLock | lock |
| int | dsa_tranche |
| int | stash_tranche |
| int | entry_tranche |
| uint64 | next_stash_id |
| dsa_handle | area |
| dshash_table_handle | stash_hash |
| dshash_table_handle | entry_hash |
Definition at line 55 of file pg_stash_advice.h.
| dsa_handle pgsa_shared_state::area |
Definition at line 62 of file pg_stash_advice.h.
Referenced by pgsa_attach().
| int pgsa_shared_state::dsa_tranche |
Definition at line 58 of file pg_stash_advice.h.
Referenced by pgsa_attach().
| dshash_table_handle pgsa_shared_state::entry_hash |
Definition at line 64 of file pg_stash_advice.h.
Referenced by pgsa_attach().
| int pgsa_shared_state::entry_tranche |
Definition at line 60 of file pg_stash_advice.h.
Referenced by pgsa_attach().
| LWLock pgsa_shared_state::lock |
Definition at line 57 of file pg_stash_advice.h.
Referenced by pg_create_advice_stash(), pg_drop_advice_stash(), pg_set_stashed_advice(), pgsa_attach(), pgsa_clear_advice_string(), pgsa_create_stash(), pgsa_drop_stash(), and pgsa_set_advice_string().
| uint64 pgsa_shared_state::next_stash_id |
Definition at line 61 of file pg_stash_advice.h.
Referenced by pgsa_create_stash().
| dshash_table_handle pgsa_shared_state::stash_hash |
Definition at line 63 of file pg_stash_advice.h.
Referenced by pgsa_attach().
| int pgsa_shared_state::stash_tranche |
Definition at line 59 of file pg_stash_advice.h.
Referenced by pgsa_attach().