pgsql: Remove bogus while-loop.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove bogus while-loop.
Дата
Msg-id E1WJLiW-0002O6-R5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove bogus while-loop.

Commit abf5c5c9a4f142b3343614746bb9e99a794f8e7b added a bogus while-
statement after the for(;;)-loop. It went unnoticed in testing, because
it was dead code.

Report by KONDO Mitsumasa. Backpatch to 9.3. The commit that introduced
this was also applied to 9.2, but not the bogus while-loop part, because
the code in 9.2 looks quite different.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8a42b150fa83de0a058843a4d9d61af3d98e333

Modified Files
--------------
src/backend/access/transam/xlog.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pgbench: Fix help message
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove bogus while-loop.