- Notifications
You must be signed in to change notification settings - Fork5
Commit0c7cd45
committed
Fix range check for effective_io_concurrency
Commit1aba62e moved the range check of that option form guc.c intobufmgr.c, but introduced a bug by changing a >= 0.0 to > 0.0, which madethe value 0 no longer accepted. Put it back.Reported by Jeff Janes, diagnosed by Tom Lane1 parentc45fb43 commit0c7cd45
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
517 |
| - | |
| 517 | + | |
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
|
0 commit comments
Comments
(0)