Modify dynamic shared memory code to use Size rather than uint64.

Robert Haas <rhaas@postgresql.org>

Commit: d2aecaea15556f9986759f3455609bcafb0a3992
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-10-28T16:12:06Z
Releases: 9.4.0
Modify dynamic shared memory code to use Size rather than uint64.

This is more consistent with what we do elsewhere.

Files

PathChange+/−
src/backend/storage/ipc/dsm.c modified +11 −11
src/backend/storage/ipc/dsm_impl.c modified +19 −24
src/include/storage/dsm.h modified +3 −3
src/include/storage/dsm_impl.h modified +2 −2