forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit59ab3be
committed
Remove dead code from nbtsplitloc.c.
It doesn't make sense to consider the possibility that there will onlybe one candidate split point when choosing among split points to findthe split with the lowest penalty. This is a vestige of an earlierversion of the patch that became commitfab2502.Issue spotted while rereviewing coverage of the nbtree patch seriesusing gcov.1 parentbd9396a commit59ab3be
1 file changed
+6
-14
lines changedLines changed: 6 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
520 | 520 |
| |
521 | 521 |
| |
522 | 522 |
| |
523 |
| - | |
524 |
| - | |
525 |
| - | |
526 |
| - | |
527 |
| - | |
528 |
| - | |
529 |
| - | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
530 | 529 |
| |
531 | 530 |
| |
532 | 531 |
| |
| |||
545 | 544 |
| |
546 | 545 |
| |
547 | 546 |
| |
548 |
| - | |
549 |
| - | |
550 |
| - | |
551 |
| - | |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 | 547 |
| |
556 | 548 |
| |
557 | 549 |
| |
|
0 commit comments
Comments
(0)