|
PostgreSQL Source Code git master
|
#include <pg_stash_advice.h>
Data Fields | |
| uint32 | status |
| uint64 | pgsa_stash_id |
| char * | name |
Definition at line 73 of file pg_stash_advice.h.
| char* pgsa_stash_name::name |
Definition at line 77 of file pg_stash_advice.h.
Referenced by pg_get_advice_stash_contents(), pgsa_write_entries(), and pgsa_write_stashes().
| uint64 pgsa_stash_name::pgsa_stash_id |
Definition at line 76 of file pg_stash_advice.h.
| uint32 pgsa_stash_name::status |
Definition at line 75 of file pg_stash_advice.h.