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

Skip to content

Commit 7a4aa43

Browse files
committed
sometimes break saves the day (issue #174)
1 parent baf8fc2 commit 7a4aa43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nodes_common.c

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ build_parent_tlist(List *tlist, AppendRelInfo *appinfo)
159159
{
160160
tlist_var->varattno = attnum;
161161
found_column = true; /* successful mapping */
162+
break;
162163
}
163164
}
164165

0 commit comments

Comments
 (0)