|
PostgreSQL Source Code git master
|
#include <postgres_fdw.h>
Definition at line 30 of file postgres_fdw.h.
| bool PgFdwRelationInfo::async_capable |
Definition at line 83 of file postgres_fdw.h.
| Bitmapset* PgFdwRelationInfo::attrs_used |
Definition at line 50 of file postgres_fdw.h.
| int PgFdwRelationInfo::disabled_nodes |
Definition at line 65 of file postgres_fdw.h.
| Cost PgFdwRelationInfo::fdw_startup_cost |
Definition at line 80 of file postgres_fdw.h.
| Cost PgFdwRelationInfo::fdw_tuple_cost |
Definition at line 81 of file postgres_fdw.h.
| int PgFdwRelationInfo::fetch_size |
Definition at line 90 of file postgres_fdw.h.
| List* PgFdwRelationInfo::final_remote_exprs |
Definition at line 47 of file postgres_fdw.h.
| List* PgFdwRelationInfo::grouped_tlist |
Definition at line 113 of file postgres_fdw.h.
| Relids PgFdwRelationInfo::hidden_subquery_rels |
Definition at line 122 of file postgres_fdw.h.
| RelOptInfo* PgFdwRelationInfo::innerrel |
Definition at line 104 of file postgres_fdw.h.
| Selectivity PgFdwRelationInfo::joinclause_sel |
Definition at line 60 of file postgres_fdw.h.
| List* PgFdwRelationInfo::joinclauses |
Definition at line 107 of file postgres_fdw.h.
| JoinType PgFdwRelationInfo::jointype |
Definition at line 105 of file postgres_fdw.h.
| List* PgFdwRelationInfo::local_conds |
Definition at line 44 of file postgres_fdw.h.
| QualCost PgFdwRelationInfo::local_conds_cost |
Definition at line 56 of file postgres_fdw.h.
| Selectivity PgFdwRelationInfo::local_conds_sel |
Definition at line 57 of file postgres_fdw.h.
| Relids PgFdwRelationInfo::lower_subquery_rels |
Definition at line 120 of file postgres_fdw.h.
| bool PgFdwRelationInfo::make_innerrel_subquery |
Definition at line 118 of file postgres_fdw.h.
| bool PgFdwRelationInfo::make_outerrel_subquery |
Definition at line 116 of file postgres_fdw.h.
| RelOptInfo* PgFdwRelationInfo::outerrel |
Definition at line 103 of file postgres_fdw.h.
Referenced by deparseSelectStmtForRel(), and is_foreign_expr().
| bool PgFdwRelationInfo::pushdown_safe |
Definition at line 36 of file postgres_fdw.h.
| bool PgFdwRelationInfo::qp_is_pushdown_safe |
Definition at line 53 of file postgres_fdw.h.
| Cost PgFdwRelationInfo::rel_startup_cost |
Definition at line 75 of file postgres_fdw.h.
| Cost PgFdwRelationInfo::rel_total_cost |
Definition at line 76 of file postgres_fdw.h.
| int PgFdwRelationInfo::relation_index |
Definition at line 131 of file postgres_fdw.h.
| char* PgFdwRelationInfo::relation_name |
Definition at line 100 of file postgres_fdw.h.
| List* PgFdwRelationInfo::remote_conds |
Definition at line 43 of file postgres_fdw.h.
| double PgFdwRelationInfo::retrieved_rows |
Definition at line 74 of file postgres_fdw.h.
| double PgFdwRelationInfo::rows |
Definition at line 63 of file postgres_fdw.h.
| ForeignServer* PgFdwRelationInfo::server |
Definition at line 87 of file postgres_fdw.h.
Referenced by oauth_server.OAuthHandler::_remove_token_state(), oauth_server.OAuthHandler::_token_state(), and oauth_server.OAuthHandler::config().
| List* PgFdwRelationInfo::shippable_extensions |
Definition at line 82 of file postgres_fdw.h.
| UpperRelationKind PgFdwRelationInfo::stage |
Definition at line 110 of file postgres_fdw.h.
| Cost PgFdwRelationInfo::startup_cost |
Definition at line 66 of file postgres_fdw.h.
| ForeignTable* PgFdwRelationInfo::table |
Definition at line 86 of file postgres_fdw.h.
| Cost PgFdwRelationInfo::total_cost |
Definition at line 67 of file postgres_fdw.h.
| bool PgFdwRelationInfo::use_remote_estimate |
Definition at line 79 of file postgres_fdw.h.
| UserMapping* PgFdwRelationInfo::user |
Definition at line 88 of file postgres_fdw.h.
| int PgFdwRelationInfo::width |
Definition at line 64 of file postgres_fdw.h.