8000 sometimes break saves the day (issue #174) · postgrespro/pg_pathman@7a4aa43 · GitHub
[go: up one dir, main page]

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

Appearance settings

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

Lines changed: 1 addition & 0 deletions
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)
0