forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit91da65f
committed
Remove a couple of unnecessary if-tests.
Commitabd9ca3 replaced a couple of while-loops in fmtfloat()with calls to dopr_outchmulti, but I (tgl) failed to notice thatthe new if-tests guarding those calls were really unnecessary,because they're inside a larger if-block checking the same thing.Ranier VilelaDiscussion:https://postgr.es/m/MN2PR18MB2927850AB00CF39CC370D107E34B0@MN2PR18MB2927.namprd18.prod.outlook.com1 parent45ff049 commit91da65f
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 |
| - | |
1231 |
| - | |
| 1230 | + | |
1232 | 1231 |
| |
1233 | 1232 |
| |
1234 | 1233 |
| |
1235 | 1234 |
| |
1236 | 1235 |
| |
1237 | 1236 |
| |
1238 |
| - | |
1239 |
| - | |
| 1237 | + | |
1240 | 1238 |
| |
1241 | 1239 |
| |
1242 | 1240 |
| |
|
0 commit comments
Comments
(0)