diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-02-28 13:22:25 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-02-28 13:33:41 +0200 |
commit | d8a42b150fa83de0a058843a4d9d61af3d98e333 (patch) | |
tree | 9a250416d5e113dd17f2d1e9623006102b8be007 /src/backend/utils/adt/regexp.c | |
parent | 192d8e04bd3112965d47bb4dc6747ee984abaf07 (diff) | |
download | postgresql-d8a42b150fa83de0a058843a4d9d61af3d98e333.tar.gz postgresql-d8a42b150fa83de0a058843a4d9d61af3d98e333.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions