- Notifications
You must be signed in to change notification settings - Fork28
Commitdbcd9d6
committed
Remove some of the most blatant brain-fade in the recent guc patch
(it's so nice to have a buildfarm member that actively rejects nakeduses of strcasecmp). This coding is still pretty awful, though, sinceit's going to be O(N^2) in the number of guc variables. May I directyour attention to bsearch?1 parentafcf09d commitdbcd9d6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
2681 | 2681 |
| |
2682 | 2682 |
| |
2683 | 2683 |
| |
2684 |
| - | |
| 2684 | + | |
2685 | 2685 |
| |
2686 | 2686 |
| |
2687 | 2687 |
| |
|
0 commit comments
Comments
(0)