PostgreSQL Source Code git master
|
Data Fields | |
PathTarget * | target |
bool | has_final_sort |
bool | has_limit |
double | limit_tuples |
int64 | count_est |
int64 | offset_est |
Definition at line 289 of file postgres_fdw.c.
int64 PgFdwPathExtraData::count_est |
Definition at line 295 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
bool PgFdwPathExtraData::has_final_sort |
Definition at line 292 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), add_foreign_ordered_paths(), and estimate_path_cost_size().
bool PgFdwPathExtraData::has_limit |
Definition at line 293 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
double PgFdwPathExtraData::limit_tuples |
Definition at line 294 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
int64 PgFdwPathExtraData::offset_est |
Definition at line 296 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
PathTarget* PgFdwPathExtraData::target |
Definition at line 291 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), add_foreign_ordered_paths(), and estimate_path_cost_size().