Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
784 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
791 * STD_FUZZ_FACTOR) in add_partial_path()
905 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
908 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Dpathnode.c46 #define STD_FUZZ_FACTOR 1.01 macro
453 STD_FUZZ_FACTOR); in add_path()
674 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
677 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
783 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
790 * STD_FUZZ_FACTOR) in add_partial_path()
900 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
903 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
463 STD_FUZZ_FACTOR); in add_path()
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
806 * STD_FUZZ_FACTOR) in add_partial_path()
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
463 STD_FUZZ_FACTOR); in add_path()
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
806 * STD_FUZZ_FACTOR) in add_partial_path()
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
463 STD_FUZZ_FACTOR); in add_path()
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
806 * STD_FUZZ_FACTOR) in add_partial_path()
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
463 STD_FUZZ_FACTOR); in add_path()
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
806 * STD_FUZZ_FACTOR) in add_partial_path()
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
463 STD_FUZZ_FACTOR); in add_path()
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
806 * STD_FUZZ_FACTOR) in add_partial_path()
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01
463 STD_FUZZ_FACTOR);
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR)
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR ||
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR)
806 * STD_FUZZ_FACTOR)
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR &&
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR &&
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
463 STD_FUZZ_FACTOR); in add_path()
684 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
687 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
799 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
806 * STD_FUZZ_FACTOR) in add_partial_path()
916 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
919 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
455 STD_FUZZ_FACTOR); in add_path()
671 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
674 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
780 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
787 * STD_FUZZ_FACTOR) in add_partial_path()
891 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
894 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
455 STD_FUZZ_FACTOR); in add_path()
671 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
674 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
780 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
787 * STD_FUZZ_FACTOR) in add_partial_path()
891 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
894 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
455 STD_FUZZ_FACTOR); in add_path()
671 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
674 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
780 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
787 * STD_FUZZ_FACTOR) in add_partial_path()
891 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
894 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/util/
H A Dpathnode.c51 #define STD_FUZZ_FACTOR 1.01 macro
455 STD_FUZZ_FACTOR); in add_path()
671 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_path_precheck()
674 if (startup_cost > old_path->startup_cost * STD_FUZZ_FACTOR || in add_path_precheck()
780 if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR) in add_partial_path()
787 * STD_FUZZ_FACTOR) in add_partial_path()
891 if (total_cost > old_path->total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()
894 if (old_path->total_cost > total_cost * STD_FUZZ_FACTOR && in add_partial_path_precheck()

12