pgsql: Remove dead assignment to local variable.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove dead assignment to local variable.
Дата
Msg-id E1m2r6y-0007B8-4z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 by the compiler, but let's be tidy.

Backpatch to all supported versions.

Author: Ranier Vilela
Discussion:
https://www.postgresql.org/message-id/CAEudQAoWq%2BAL3BnELHu7gms2GN07k-np6yLbukGaxJ1vY-zeiQ%40mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f4b3ab537fe2657243c2f7aa02bf9d137b48a255

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c | 1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Make release note entries more accurate
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix typo in function prototype