pgsql: Modify dynamic shared memory code to use Size rather than uint64

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modify dynamic shared memory code to use Size rather than uint64
Date: 2013-10-28 16:16:09
Message-ID: E1VapU9-0004J9-JE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-10-29 00:50:11 pgsql: Prevent using strncpy with src == dest in TupleDescInitEntry.
Previous Message Andrew Dunstan 2013-10-28 15:56:34 pgsql: Work around NetBSD shell issue in pg_upgrade test script.