|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | stash_name |
| int64 | queryId |
| char * | advice_string |
Definition at line 43 of file stashpersist.c.
| char* pgsa_saved_entry::advice_string |
Definition at line 47 of file stashpersist.c.
Referenced by pgsa_read_from_disk().
| int64 pgsa_saved_entry::queryId |
Definition at line 46 of file stashpersist.c.
Referenced by pgsa_read_from_disk().
| char* pgsa_saved_entry::stash_name |
Definition at line 45 of file stashpersist.c.
Referenced by pgsa_read_from_disk().