Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgFdwRelationInfo Struct Reference

Data Fields

Listremote_conds
Listlocal_conds
Bitmapsetattrs_used
QualCost local_conds_cost
Selectivity local_conds_sel
double rows
int width
Cost startup_cost
Cost total_cost
bool use_remote_estimate
Cost fdw_startup_cost
Cost fdw_tuple_cost
ForeignTabletable
ForeignServerserver
UserMappinguser

Detailed Description

Definition at line 53 of file postgres_fdw.c.


Field Documentation

Definition at line 74 of file postgres_fdw.c.

Referenced by estimate_path_cost_size(), and postgresGetForeignRelSize().

Definition at line 75 of file postgres_fdw.c.

Referenced by estimate_path_cost_size(), and postgresGetForeignRelSize().

Definition at line 57 of file postgres_fdw.c.

Referenced by postgresGetForeignPlan(), and postgresGetForeignRelSize().

Definition at line 63 of file postgres_fdw.c.

Referenced by estimate_path_cost_size(), and postgresGetForeignRelSize().

Definition at line 64 of file postgres_fdw.c.

Referenced by estimate_path_cost_size(), and postgresGetForeignRelSize().

Definition at line 67 of file postgres_fdw.c.

Referenced by postgresGetForeignPaths(), and postgresGetForeignRelSize().

Definition at line 79 of file postgres_fdw.c.

Referenced by estimate_path_cost_size(), and postgresGetForeignRelSize().

Definition at line 69 of file postgres_fdw.c.

Referenced by postgresGetForeignPaths(), and postgresGetForeignRelSize().

Definition at line 78 of file postgres_fdw.c.

Referenced by postgresGetForeignRelSize().

Definition at line 70 of file postgres_fdw.c.

Referenced by postgresGetForeignPaths(), and postgresGetForeignRelSize().

Definition at line 80 of file postgres_fdw.c.

Referenced by estimate_path_cost_size(), and postgresGetForeignRelSize().

Definition at line 68 of file postgres_fdw.c.

Referenced by postgresGetForeignRelSize().


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