forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit17450cb
committed
Remove bogus while-loop.
Commitabf5c5c added a bogus while-statement after the for(;;)-loop. It went unnoticed in testing, becauseit was dead code.Report by KONDO Mitsumasa. Backpatch to 9.3. The commit that introducedthis was also applied to 9.2, but not the bogus while-loop part, becausethe code in 9.2 looks quite different.1 parent9b4bd35 commit17450cb
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9906 | 9906 |
| |
9907 | 9907 |
| |
9908 | 9908 |
| |
9909 |
| - | |
| 9909 | + | |
9910 | 9910 |
| |
9911 |
| - | |
| 9911 | + | |
9912 | 9912 |
| |
9913 | 9913 |
| |
9914 | 9914 |
| |
|
0 commit comments
Comments
(0)