pgsql: Update documentation to mention huge pages on other OSes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update documentation to mention huge pages on other OSes
Дата
Msg-id E1eekBH-00073A-F7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update documentation to mention huge pages on other OSes

Previously, the docs implied that only Linux and Windows could use huge
pages.  That's not quite true: it's just that we only know how to
request them explicitly on those OSes.  Be more explicit about what
huge_pages really does and mention that some OSes may use huge pages
automatically.

Author: Thomas Munro and Catalin Iacob
Reviewed-By: Justin Pryzby, Peter Eisentraut
Discussion: https://postgr.es/m/CAEepm=3qzR-hfjepymohuC4XO5phxoSoipOjm6BEhnJHjNR+jg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2a5ecb56d22340a00393fa60e7b910c472071875

Modified Files
--------------
doc/src/sgml/config.sgml | 33 +++++++++++++++++++++++----------
1 file changed, 23 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove use of byte-masking macros in record_image_cmp
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve pg_dump's handling of "special" built-in objects.