]> granicus.if.org Git - postgresql/commit
Modify dynamic shared memory code to use Size rather than uint64.
authorRobert Haas <rhaas@postgresql.org>
Mon, 28 Oct 2013 16:12:06 +0000 (12:12 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 28 Oct 2013 16:12:06 +0000 (12:12 -0400)
commitd2aecaea15556f9986759f3455609bcafb0a3992
treeb9c3a567a9d93b8922d85d75a0b06e909bc31d43
parentc737a2e5641a324d3987750b73928c481a5254a0
Modify dynamic shared memory code to use Size rather than uint64.

This is more consistent with what we do elsewhere.
src/backend/storage/ipc/dsm.c
src/backend/storage/ipc/dsm_impl.c
src/include/storage/dsm.h
src/include/storage/dsm_impl.h