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

Commit4896751

Browse files
author
Maksim Milyutin
committed
Fix clang analyzer warning
1 parent82d3415 commit4896751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/pg_pathman.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ append_child_relation(PlannerInfo *root, Relation parent_relation,
371371
appinfo->translated_vars);
372372
}
373373

374+
/* Here and below we assume that parent RelOptInfo exists */
375+
AssertState(parent_rel);
376+
374377
/* Adjust join quals for this child */
375378
child_rel->joininfo= (List*)adjust_appendrel_attrs(root,
376379
(Node*)parent_rel->joininfo,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp