mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Remove outdated reference to RAID spindles.
Commit b09ff536
left behind some outdated advice in the long_desc field
of the GUC "effective_io_concurrency". Remove it.
Back-patch to 13.
Reported-by: Andrew Gierth <andrew@tao11.riddles.org.uk>
Reviewed-by: Julien Rouhaud <rjuju123@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKGJyyWqFBxL9gEj-qtjBThGjhAOBE8GBnF8MUJOJ3vrfag%40mail.gmail.com
This commit is contained in:
@ -2951,7 +2951,7 @@ static struct config_int ConfigureNamesInt[] =
|
|||||||
PGC_USERSET,
|
PGC_USERSET,
|
||||||
RESOURCES_ASYNCHRONOUS,
|
RESOURCES_ASYNCHRONOUS,
|
||||||
gettext_noop("Number of simultaneous requests that can be handled efficiently by the disk subsystem."),
|
gettext_noop("Number of simultaneous requests that can be handled efficiently by the disk subsystem."),
|
||||||
gettext_noop("For RAID arrays, this should be approximately the number of drive spindles in the array."),
|
NULL,
|
||||||
GUC_EXPLAIN
|
GUC_EXPLAIN
|
||||||
},
|
},
|
||||||
&effective_io_concurrency,
|
&effective_io_concurrency,
|
||||||
|
Reference in New Issue
Block a user