Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit940c8b0

Browse files
committed
1 parent98eab30 commit940c8b0

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 areincompable, keep just one of the two paths. */
778+
/* Unless pathkeys areincompatible, 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)

[8]ページ先頭

©2009-2025 Movatter.jp