pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away

pgsql: Remove dead assignment to local variable.

2021-07-12 Thread Heikki Linnakangas
Remove dead assignment to local variable. This should have been removed in commit 7e30c186da, which split the loop into two. Only the first loop uses the 'from' variable; updating it in the second loop is bogus. It was never read after the first loop, so this was harmless and surely optimized away