forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit373e08a
committed
Remove redundant test.
The condition "context_start < context_end" is strictly weakerthan "context_end - context_start >= 50", so we don't need both.Oversight in commitffd3944, noted by tanghy.fnst.In passing, line-wrap a nearby test to make it more readable.Discussion:https://postgr.es/m/OS0PR01MB61137C4054774F44E3A9DC89FBC69@OS0PR01MB6113.jpnprd01.prod.outlook.com1 parenta780b2f commit373e08a
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
655 |
| - | |
| 655 | + | |
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
| |||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
683 |
| - | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
684 | 686 |
| |
685 | 687 |
| |
686 | 688 |
| |
|
0 commit comments
Comments
(0)