]> granicus.if.org Git - postgresql/commit
Remove bogus while-loop.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 28 Feb 2014 11:22:25 +0000 (13:22 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 28 Feb 2014 11:33:04 +0000 (13:33 +0200)
commit17450cb6809f534283545f629082efcd3ea904ed
tree4bf5db6abc9c2a6e1abe67ef32929eaa2aa5d04a
parent9b4bd35aa1f185b3ad5b2e3d51a524f5bb77f577
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.
src/backend/access/transam/xlog.c