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 281 of file postgres_fdw.c.
int64 PgFdwPathExtraData::count_est |
Definition at line 287 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
bool PgFdwPathExtraData::has_final_sort |
Definition at line 284 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 285 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
double PgFdwPathExtraData::limit_tuples |
Definition at line 286 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
int64 PgFdwPathExtraData::offset_est |
Definition at line 288 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), and estimate_path_cost_size().
PathTarget* PgFdwPathExtraData::target |
Definition at line 283 of file postgres_fdw.c.
Referenced by add_foreign_final_paths(), add_foreign_ordered_paths(), and estimate_path_cost_size().