pgsql: Remove dsm_resize() and dsm_remap().

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dsm_resize() and dsm_remap().
Date: 2018-11-06 04:27:06
Message-ID: E1gJsxG-0007GU-T4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dsm_resize() and dsm_remap().

These interfaces were never used in core, didn't handle failure of
posix_fallocate() correctly and weren't supported on all platforms.
We agreed to remove them in 12.

Author: Thomas Munro
Reported-by: Andres Freund
Discussion: https://postgr.es/m/CAA4eK1%2B%3DyAFUvpFoHXFi_gm8YqmXN-TtkFH%2BVYjvDLS6-SFq-Q%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c60d0fa231f7699af5dd83345919d0423305973

Modified Files
--------------
src/backend/storage/ipc/dsm.c | 32 --------
src/backend/storage/ipc/dsm_impl.c | 146 +++----------------------------------
src/include/storage/dsm.h | 4 +-
src/include/storage/dsm_impl.h | 4 -
4 files changed, 12 insertions(+), 174 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-06 05:12:14 pgsql: Switch pg_promote to be parallel-safe
Previous Message Tom Lane 2018-11-05 21:54:11 pgsql: Stamp 9.3.25.