PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 293 of file postgres_fdw.c.

Field Documentation

◆ count_est

int64 PgFdwPathExtraData::count_est

Definition at line 299 of file postgres_fdw.c.

◆ has_final_sort

bool PgFdwPathExtraData::has_final_sort

Definition at line 296 of file postgres_fdw.c.

◆ has_limit

bool PgFdwPathExtraData::has_limit

Definition at line 297 of file postgres_fdw.c.

◆ limit_tuples

double PgFdwPathExtraData::limit_tuples

Definition at line 298 of file postgres_fdw.c.

◆ offset_est

int64 PgFdwPathExtraData::offset_est

Definition at line 300 of file postgres_fdw.c.

◆ target

PathTarget* PgFdwPathExtraData::target

Definition at line 295 of file postgres_fdw.c.


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