We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eab30 commit 940c8b0Copy full SHA for 940c8b0
src/backend/optimizer/util/pathnode.c
@@ -775,7 +775,7 @@ add_partial_path(RelOptInfo *parent_rel, Path *new_path)
775
/* Compare pathkeys. */
776
keyscmp = compare_pathkeys(new_path->pathkeys, old_path->pathkeys);
777
778
- /* Unless pathkeys are incompable, keep just one of the two paths. */
+ /* Unless pathkeys are incompatible, keep just one of the two paths. */
779
if (keyscmp != PATHKEYS_DIFFERENT)
780
{
781
if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR)
0 commit comments