Skip to content

Commit 940c8b0

Browse files
committed
1 parent 98eab30 commit 940c8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/util/pathnode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ add_partial_path(RelOptInfo *parent_rel, Path *new_path)
775775
/* Compare pathkeys. */
776776
keyscmp = compare_pathkeys(new_path->pathkeys, old_path->pathkeys);
777777

778-
/* Unless pathkeys are incompable, keep just one of the two paths. */
778+
/* Unless pathkeys are incompatible, keep just one of the two paths. */
779779
if (keyscmp != PATHKEYS_DIFFERENT)
780780
{
781781
if (new_path->total_cost > old_path->total_cost * STD_FUZZ_FACTOR)

0 commit comments

Comments
 (0)