pgsql: Use mmap MAP_NOSYNC option to limit shared memory writes - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Use mmap MAP_NOSYNC option to limit shared memory writes
Date
Msg-id E1YZVHU-0002DU-R7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use mmap MAP_NOSYNC option to limit shared memory writes

mmap() is rarely used for shared memory, but when it is, this option is
useful, particularly on the BSDs.

Patch by Sean Chittenden

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34afbba84e8fd12bbf905d68d1112f51ed584df9

Modified Files
--------------
src/backend/storage/ipc/dsm_impl.c |    4 ++--
src/include/portability/mem.h      |    8 ++++++++
2 files changed, 10 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: to_char(float4/8): don't print "junk" digits
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add TOAST table to pg_shseclabel for long label use