Home
last modified time | relevance | path

Searched refs:local_cost (Results 51 – 75 of 87) sorted by relevance

1234

/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c2547 QualCost local_cost; in estimate_path_cost_size() local
2607 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2608 startup_cost += local_cost.startup; in estimate_path_cost_size()
2609 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c2547 QualCost local_cost; in estimate_path_cost_size() local
2607 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2608 startup_cost += local_cost.startup; in estimate_path_cost_size()
2609 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c2547 QualCost local_cost; in estimate_path_cost_size() local
2607 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2608 startup_cost += local_cost.startup; in estimate_path_cost_size()
2609 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c2547 QualCost local_cost; in estimate_path_cost_size() local
2607 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2608 startup_cost += local_cost.startup; in estimate_path_cost_size()
2609 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c2547 QualCost local_cost; in estimate_path_cost_size() local
2607 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2608 startup_cost += local_cost.startup; in estimate_path_cost_size()
2609 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/postgres_fdw/
H A Dpostgres_fdw.c2547 QualCost local_cost; in estimate_path_cost_size() local
2607 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2608 startup_cost += local_cost.startup; in estimate_path_cost_size()
2609 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c2736 QualCost local_cost; in estimate_path_cost_size() local
2796 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2797 startup_cost += local_cost.startup; in estimate_path_cost_size()
2798 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIControls.h607 void SetLocalPointsCost(float local_points, float local_cost, float local_stockpile_use,
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost;
2714 cost_qual_eval(&local_cost, local_param_join_conds, root);
2715 startup_cost += local_cost.startup;
2716 total_cost += local_cost.per_tuple * retrieved_rows;
/dports/databases/postgresql12-client/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost; in estimate_path_cost_size() local
2714 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2715 startup_cost += local_cost.startup; in estimate_path_cost_size()
2716 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost; in estimate_path_cost_size() local
2776 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2777 startup_cost += local_cost.startup; in estimate_path_cost_size()
2778 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost; in estimate_path_cost_size() local
2776 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2777 startup_cost += local_cost.startup; in estimate_path_cost_size()
2778 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost;
2776 cost_qual_eval(&local_cost, local_param_join_conds, root);
2777 startup_cost += local_cost.startup;
2778 total_cost += local_cost.per_tuple * retrieved_rows;
/dports/databases/postgresql12-plperl/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost;
2714 cost_qual_eval(&local_cost, local_param_join_conds, root);
2715 startup_cost += local_cost.startup;
2716 total_cost += local_cost.per_tuple * retrieved_rows;
/dports/databases/postgresql13-client/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost; in estimate_path_cost_size() local
2776 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2777 startup_cost += local_cost.startup; in estimate_path_cost_size()
2778 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost;
2776 cost_qual_eval(&local_cost, local_param_join_conds, root);
2777 startup_cost += local_cost.startup;
2778 total_cost += local_cost.per_tuple * retrieved_rows;
/dports/databases/postgresql12-docs/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost; in estimate_path_cost_size() local
2714 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2715 startup_cost += local_cost.startup; in estimate_path_cost_size()
2716 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql12-pltcl/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost; in estimate_path_cost_size() local
2714 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2715 startup_cost += local_cost.startup; in estimate_path_cost_size()
2716 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql12-server/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost; in estimate_path_cost_size() local
2714 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2715 startup_cost += local_cost.startup; in estimate_path_cost_size()
2716 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()

1234