PostgreSQL Source Code  git master
PgFdwPathExtraData Struct Reference

Data Fields

PathTargettarget
 
bool has_final_sort
 
bool has_limit
 
double limit_tuples
 
int64 count_est
 
int64 offset_est
 

Detailed Description

Definition at line 292 of file postgres_fdw.c.

Field Documentation

◆ count_est

int64 PgFdwPathExtraData::count_est

Definition at line 298 of file postgres_fdw.c.

Referenced by add_foreign_final_paths(), and estimate_path_cost_size().

◆ has_final_sort

bool PgFdwPathExtraData::has_final_sort

◆ has_limit

bool PgFdwPathExtraData::has_limit

Definition at line 296 of file postgres_fdw.c.

Referenced by add_foreign_final_paths(), and estimate_path_cost_size().

◆ limit_tuples

double PgFdwPathExtraData::limit_tuples

Definition at line 297 of file postgres_fdw.c.

Referenced by add_foreign_final_paths(), and estimate_path_cost_size().

◆ offset_est

int64 PgFdwPathExtraData::offset_est

Definition at line 299 of file postgres_fdw.c.

Referenced by add_foreign_final_paths(), and estimate_path_cost_size().

◆ target

PathTarget* PgFdwPathExtraData::target

The documentation for this struct was generated from the following file: