forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b0fa06
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 parent3d46582 commit5b0fa06
1 file changed
+0
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1587 | 1587 |
| |
1588 | 1588 |
| |
1589 | 1589 |
| |
1590 |
| - | |
1591 | 1590 |
| |
1592 | 1591 |
| |
1593 | 1592 |
| |
| |||
1625 | 1624 |
| |
1626 | 1625 |
| |
1627 | 1626 |
| |
1628 |
| - | |
1629 |
| - | |
1630 |
| - | |
1631 |
| - | |
1632 | 1627 |
| |
1633 | 1628 |
| |
1634 | 1629 |
| |
|
0 commit comments
Comments
(0)