Home
last modified time | relevance | path

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

12

/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1247 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1293 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1698 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1889 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2301 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2632 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2702 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
3711 copy_generic_path_info(&scan_plan->plan, best_path); in create_resultscan_plan()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1247 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1293 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1698 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1889 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2301 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2632 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2702 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
3711 copy_generic_path_info(&scan_plan->plan, best_path); in create_resultscan_plan()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path);
1247 copy_generic_path_info(&plan->plan, (Path *) best_path);
1293 copy_generic_path_info(plan, (Path *) best_path);
1698 copy_generic_path_info(plan, &best_path->path);
1889 copy_generic_path_info(plan, (Path *) best_path);
2301 copy_generic_path_info(&plan->plan, &best_path->path);
2632 copy_generic_path_info(&plan->plan, &best_path->path);
2702 copy_generic_path_info(&scan_plan->plan, best_path);
3711 copy_generic_path_info(&scan_plan->plan, best_path);
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1247 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1293 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1698 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1889 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2301 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2632 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2702 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
3711 copy_generic_path_info(&scan_plan->plan, best_path); in create_resultscan_plan()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path);
1247 copy_generic_path_info(&plan->plan, (Path *) best_path);
1293 copy_generic_path_info(plan, (Path *) best_path);
1698 copy_generic_path_info(plan, &best_path->path);
1889 copy_generic_path_info(plan, (Path *) best_path);
2301 copy_generic_path_info(&plan->plan, &best_path->path);
2632 copy_generic_path_info(&plan->plan, &best_path->path);
2702 copy_generic_path_info(&scan_plan->plan, best_path);
3711 copy_generic_path_info(&scan_plan->plan, best_path);
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1247 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1293 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1698 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1889 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2301 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2632 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2702 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
3711 copy_generic_path_info(&scan_plan->plan, best_path); in create_resultscan_plan()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/plan/
H A Dcreateplan.c167 static void copy_generic_path_info(Plan *dest, Path *src);
1100 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1247 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1293 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1698 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1889 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2301 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2632 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2702 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
3711 copy_generic_path_info(&scan_plan->plan, best_path); in create_resultscan_plan()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dcreateplan.c155 static void copy_generic_path_info(Plan *dest, Path *src);
991 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1017 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1048 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1170 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1392 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1485 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
1865 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2276 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2346 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/plan/
H A Dcreateplan.c160 static void copy_generic_path_info(Plan *dest, Path *src);
1055 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1122 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1153 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1277 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1524 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1715 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2121 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2444 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2514 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/plan/
H A Dcreateplan.c161 static void copy_generic_path_info(Plan *dest, Path *src);
1030 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1056 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1087 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1210 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1457 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1610 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2008 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2421 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2491 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/plan/
H A Dcreateplan.c160 static void copy_generic_path_info(Plan *dest, Path *src);
1055 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1122 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1153 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1277 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1524 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1715 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2121 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2444 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2514 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/plan/
H A Dcreateplan.c160 static void copy_generic_path_info(Plan *dest, Path *src);
1055 copy_generic_path_info(plan, (Path *) best_path);
1122 copy_generic_path_info(&plan->plan, (Path *) best_path);
1153 copy_generic_path_info(plan, (Path *) best_path);
1277 copy_generic_path_info(&plan->plan, (Path *) best_path);
1524 copy_generic_path_info(plan, &best_path->path);
1715 copy_generic_path_info(plan, (Path *) best_path);
2121 copy_generic_path_info(&plan->plan, &best_path->path);
2444 copy_generic_path_info(&plan->plan, &best_path->path);
2514 copy_generic_path_info(&scan_plan->plan, best_path);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/plan/
H A Dcreateplan.c160 static void copy_generic_path_info(Plan *dest, Path *src);
1055 copy_generic_path_info(plan, (Path *) best_path); in create_append_plan()
1122 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_append_plan()
1153 copy_generic_path_info(plan, (Path *) best_path); in create_merge_append_plan()
1277 copy_generic_path_info(&plan->plan, (Path *) best_path); in create_result_plan()
1524 copy_generic_path_info(plan, &best_path->path); in create_unique_plan()
1715 copy_generic_path_info(plan, (Path *) best_path); in create_projection_plan()
2121 copy_generic_path_info(&plan->plan, &best_path->path); in create_groupingsets_plan()
2444 copy_generic_path_info(&plan->plan, &best_path->path); in create_modifytable_plan()
2514 copy_generic_path_info(&scan_plan->plan, best_path); in create_seqscan_plan()
[all …]

12