BUG #15396: initdb emits wrong comment for range for effective_io_concurrency
The Post Office <noreply@postgresql.org>
From: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: james@jlr-photo.com
Date: 2018-09-23T16:06:04Z
Lists: pgsql-bugs
The following bug has been logged on the website: Bug reference: 15396 Logged by: James Robinson Email address: james@jlr-photo.com PostgreSQL version: 11beta3 Operating system: OSX Description: inidb in 11 beta4 emits a postgresql.conf with the following: ... # - Asynchronous Behavior - #effective_io_concurrency = 0 # 1-1000; 0 disables prefetching ... But un-commenting and changing to any value other than zero produces: 2018-09-23 15:57:15.960 GMT [33648] LOG: 1 is outside the valid range for parameter "effective_io_concurrency" (0 .. 0) Something up here? If not a tunable knob, why describe it and / or have the misleading comment? beta4 Installed via macports.
Commits
-
Improve error reporting for unsupported effective_io_concurrency setting.
- a8fb03fceadb 11.0 landed
- 2b04dfc47249 12.0 landed