forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29ab156
committed
Remove wrongly backpatched piece of code in cube.c
Due to sloppy division of changes betweenf50c80d (which was notback-patched) and563a053, this piece of code was wrongly backpatched toREL_10_STABLE and REL9_6_STABLE. This code never causes real error becauseits condition is never satisfied, but it's a dead code, which needs to beremoved.Alexander Korotkov per gripe from Tom Lane1 parent2ecd5fb commit29ab156
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1555 | 1555 |
| |
1556 | 1556 |
| |
1557 | 1557 |
| |
1558 |
| - | |
1559 | 1558 |
| |
1560 | 1559 |
| |
1561 | 1560 |
| |
| |||
1593 | 1592 |
| |
1594 | 1593 |
| |
1595 | 1594 |
| |
1596 |
| - | |
1597 |
| - | |
1598 |
| - | |
1599 |
| - | |
1600 | 1595 |
| |
1601 | 1596 |
| |
1602 | 1597 |
| |
|
0 commit comments
Comments
(0)