Обсуждение: pgsql: Modify dynamic shared memory code to use Size rather than uint64

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)