Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01f39d4

Browse files
committed
init outer_spoint & inner_spoint
1 parent 69b58d9 commit 01f39d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ try_crossmatch_path(RestrictInfo *restrInfo,
325325
RelOptInfo *innerrel,
326326
JoinPathExtraData *extra)
327327
{
328-
AttrNumber outer_spoint,
329-
inner_spoint;
328+
AttrNumber outer_spoint = InvalidAttrNumber,
329+
inner_spoint = InvalidAttrNumber;
330330
List *restrict_clauses;
331331
Path *outer_path,
332332
*inner_path;

0 commit comments

Comments
 (0)