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

Commiteaf7b1f

Browse files
committed
Assert that create_unique_path returns non-NULL.
Per off-list discussion with Tom Lane and Michael Paquier, Coveritygets unhappy if this is not done.
1 parent025b2f3 commiteaf7b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/optimizer/path/joinpath.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@ consider_parallel_nestloop(PlannerInfo *root,
12591259
continue;
12601260
innerpath= (Path*)create_unique_path(root,innerrel,
12611261
innerpath,extra->sjinfo);
1262+
Assert(innerpath);
12621263
}
12631264

12641265
try_partial_nestloop_path(root,joinrel,outerpath,innerpath,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp