|
PostgreSQL Source Code git master
|
#include <pgpa_ast.h>
Data Fields | |
| char * | indnamespace |
| char * | indname |
Definition at line 35 of file pgpa_ast.h.
| char* pgpa_index_target::indname |
Definition at line 39 of file pgpa_ast.h.
Referenced by pgpa_format_index_target(), pgpa_index_targets_equal(), pgpa_planner_apply_scan_advice(), and pgpa_walker_index_target_matches_plan().
| char* pgpa_index_target::indnamespace |
Definition at line 38 of file pgpa_ast.h.
Referenced by pgpa_format_index_target(), pgpa_index_targets_equal(), pgpa_planner_apply_scan_advice(), and pgpa_walker_index_target_matches_plan().