|
PostgreSQL Source Code git master
|
#include <pgpa_scan.h>
Data Fields | |
| Plan * | plan |
| pgpa_scan_strategy | strategy |
| Bitmapset * | relids |
Definition at line 73 of file pgpa_scan.h.
| Plan* pgpa_scan::plan |
Definition at line 75 of file pgpa_scan.h.
Referenced by pgpa_make_scan(), and pgpa_walker_would_advise().
| Bitmapset* pgpa_scan::relids |
Definition at line 77 of file pgpa_scan.h.
Referenced by pgpa_make_scan(), pgpa_output_join_member(), pgpa_process_unrolled_join(), and pgpa_walker_join_order_matches_member().
| pgpa_scan_strategy pgpa_scan::strategy |
Definition at line 76 of file pgpa_scan.h.
Referenced by pgpa_make_scan().