|
PostgreSQL Source Code git master
|
#include <pg_stash_advice.h>
Data Fields | |
| uint32 | status |
| uint64 | pgsa_stash_id |
| char * | name |
Definition at line 68 of file pg_stash_advice.h.
| char* pgsa_stash_name::name |
Definition at line 72 of file pg_stash_advice.h.
Referenced by pg_get_advice_stash_contents().
| uint64 pgsa_stash_name::pgsa_stash_id |
Definition at line 71 of file pg_stash_advice.h.
| uint32 pgsa_stash_name::status |
Definition at line 70 of file pg_stash_advice.h.