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

Commita8ecf2e

Browse files
author
Oleg Ivanov
committed
Style fix
1 parentf9d5660 commita8ecf2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/aqo/path_utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ get_path_clauses(Path *path, PlannerInfo *root, List **selectivities)
7373
List*cur;
7474
List*cur_sel=NIL;
7575

76-
if(selectivities)
77-
*selectivities=NIL;
76+
Assert(selectivities!=NULL);
77+
*selectivities=NIL;
7878

7979
if (path==NULL)
8080
returnNIL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp