PostgreSQL Source Code
git master
|
#include <simple_list.h>
Data Fields | |
struct SimpleStringListCell * | next |
bool | touched |
char | val [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 32 of file simple_list.h.
struct SimpleStringListCell* SimpleStringListCell::next |
Definition at line 34 of file simple_list.h.
Referenced by cluster_all_databases(), expand_dbname_patterns(), expand_extension_name_patterns(), expand_foreign_server_name_patterns(), expand_schema_name_patterns(), expand_table_name_patterns(), get_parallel_object_list(), main(), reindex_one_database(), should_ignore_relpath(), simple_string_list_append(), simple_string_list_destroy(), simple_string_list_member(), simple_string_list_not_touched(), store_pub_sub_info(), and vacuum_one_database().
bool SimpleStringListCell::touched |
Definition at line 35 of file simple_list.h.
Referenced by simple_string_list_append(), simple_string_list_member(), and simple_string_list_not_touched().
char SimpleStringListCell::val[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 37 of file simple_list.h.
Referenced by cluster_all_databases(), expand_extension_name_patterns(), expand_foreign_server_name_patterns(), expand_schema_name_patterns(), expand_table_name_patterns(), get_parallel_object_list(), main(), reindex_one_database(), should_ignore_relpath(), simple_string_list_append(), simple_string_list_member(), simple_string_list_not_touched(), store_pub_sub_info(), and vacuum_one_database().