PostgreSQL Source Code git master
|
#include <simple_list.h>
Data Fields | |
SimpleStringListCell * | head |
SimpleStringListCell * | tail |
Definition at line 40 of file simple_list.h.
SimpleStringListCell* SimpleStringList::head |
Definition at line 42 of file simple_list.h.
Referenced by _tocEntryRequired(), cluster_all_databases(), expand_dbname_patterns(), expand_extension_name_patterns(), expand_foreign_server_name_patterns(), expand_schema_name_patterns(), expand_table_name_patterns(), get_dbnames_list_to_restore(), get_parallel_tabidx_list(), get_parallel_tables_list(), main(), reindex_all_databases(), reindex_one_database(), retrieve_objects(), should_ignore_relpath(), store_pub_sub_info(), StrictNamesCheck(), and vacuum_one_database().
SimpleStringListCell* SimpleStringList::tail |
Definition at line 43 of file simple_list.h.
Referenced by get_parallel_tabidx_list().