pgsql: Add huge_page_size setting for use on Linux.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add huge_page_size setting for use on Linux.
Date: 2020-07-17 02:38:51
Message-ID: E1jwGGx-0008Mt-Iu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add huge_page_size setting for use on Linux.

This allows the huge page size to be set explicitly. The default is 0,
meaning it will use the system default, as before.

Author: Odin Ugedal <odin(at)ugedal(dot)com>
Discussion: https://postgr.es/m/20200608154639.20254-1-odin%40ugedal.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d2bddc2500fb74d56e5bc53a1cfa269e2e846510

Modified Files
--------------
doc/src/sgml/config.sgml | 27 ++++++++++++
doc/src/sgml/runtime.sgml | 55 +++++++++++++++---------
src/backend/port/sysv_shmem.c | 62 +++++++++++++++++++--------
src/backend/utils/misc/guc.c | 32 +++++++++++++-
src/backend/utils/misc/postgresql.conf.sample | 2 +
src/include/storage/pg_shmem.h | 1 +
6 files changed, 141 insertions(+), 38 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-07-17 03:12:24 pgsql: Use MinimalTuple for tuple queues.
Previous Message Andrew Dunstan 2020-07-16 19:52:11 pgsql: Enable almost all TAP tests involving symlinks on Windows