pgsql: Modify dynamic shared memory code to use Size rather than uint64 - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Modify dynamic shared memory code to use Size rather than uint64
Date
Msg-id E1VapU9-0004J9-JE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Modify dynamic shared memory code to use Size rather than uint64.

This is more consistent with what we do elsewhere.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d2aecaea15556f9986759f3455609bcafb0a3992

Modified Files
--------------
src/backend/storage/ipc/dsm.c      |   22 +++++++++---------
src/backend/storage/ipc/dsm_impl.c |   43 ++++++++++++++++--------------------
src/include/storage/dsm.h          |    6 ++---
src/include/storage/dsm_impl.h     |    4 ++--
4 files changed, 35 insertions(+), 40 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Work around NetBSD shell issue in pg_upgrade test script.
Next
From: Tom Lane
Date:
Subject: pgsql: Prevent using strncpy with src == dest in TupleDescInitEntry.