]> granicus.if.org Git - postgresql/commit
Improve error reporting for unsupported effective_io_concurrency setting.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Sep 2018 20:12:13 +0000 (16:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Sep 2018 20:12:13 +0000 (16:12 -0400)
commita8fb03fceadb5fe9698ff0182ca76b0640348e70
tree7b0e3e8110d56b09c6e7512fcc12629ad497f451
parent6c8671bc395c9be44571e424c458b94ec20975d3
Improve error reporting for unsupported effective_io_concurrency setting.

Give a specific error complaining about lack of posix_fadvise() when
someone tries to set effective_io_concurrency > 0 on platforms
without that.

This probably isn't worth extensive back-patching, but I (tgl) felt
cramming it into v11 was reasonable.

James Robinson

Discussion: https://postgr.es/m/153771876450.14994.560017943128223619@wrigleys.postgresql.org
Discussion: https://postgr.es/m/A3942987-5BC7-4F05-B54D-2A0EC2914B33@jlr-photo.com
src/backend/utils/misc/guc.c
src/include/pg_config_manual.h