- Notifications
You must be signed in to change notification settings - Fork28
Commita8fb03f
committed
Improve error reporting for unsupported effective_io_concurrency setting.
Give a specific error complaining about lack of posix_fadvise() whensomeone tries to set effective_io_concurrency > 0 on platformswithout that.This probably isn't worth extensive back-patching, but I (tgl) feltcramming it into v11 was reasonable.James RobinsonDiscussion:https://postgr.es/m/153771876450.14994.560017943128223619@wrigleys.postgresql.orgDiscussion:https://postgr.es/m/A3942987-5BC7-4F05-B54D-2A0EC2914B33@jlr-photo.com1 parent6c8671b commita8fb03f
2 files changed
+11
-3
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2641 | 2641 |
| |
2642 | 2642 |
| |
2643 | 2643 |
| |
2644 |
| - | |
| 2644 | + | |
2645 | 2645 |
| |
2646 |
| - | |
| 2646 | + | |
2647 | 2647 |
| |
| 2648 | + | |
2648 | 2649 |
| |
2649 | 2650 |
| |
2650 | 2651 |
| |
| |||
10681 | 10682 |
| |
10682 | 10683 |
| |
10683 | 10684 |
| |
| 10685 | + | |
| 10686 | + | |
| 10687 | + | |
| 10688 | + | |
| 10689 | + | |
10684 | 10690 |
| |
10685 | 10691 |
| |
10686 | 10692 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
|
0 commit comments
Comments
(0)