Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas <rhaas@postgresql.org>
Modify dynamic shared memory code to use Size rather than uint64. This is more consistent with what we do elsewhere.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |