Home
last modified time | relevance | path

Searched refs:cached_plan_cost (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1072 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1188 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1217 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1070 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1186 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1215 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c98 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1078 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1194 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1223 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/cache/
H A Dplancache.c107 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1073 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1189 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1218 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/cache/
H A Dplancache.c107 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1073 cached_plan_cost(CachedPlan *plan, bool include_planner)
1189 plansource->generic_cost = cached_plan_cost(plan, false);
1218 plansource->total_custom_cost += cached_plan_cost(plan, true);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/cache/
H A Dplancache.c107 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1073 cached_plan_cost(CachedPlan *plan, bool include_planner)
1189 plansource->generic_cost = cached_plan_cost(plan, false);
1218 plansource->total_custom_cost += cached_plan_cost(plan, true);
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/cache/
H A Dplancache.c107 static double cached_plan_cost(CachedPlan *plan, bool include_planner);
1073 cached_plan_cost(CachedPlan *plan, bool include_planner) in cached_plan_cost() function
1189 plansource->generic_cost = cached_plan_cost(plan, false); in GetCachedPlan()
1218 plansource->total_custom_cost += cached_plan_cost(plan, true); in GetCachedPlan()

12