pgsql: Use size_t consistently in dsa.{ch}.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Use size_t consistently in dsa.{ch}.
Дата
Msg-id E1g3Kw8-0008Gj-Tz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use size_t consistently in dsa.{ch}.

Takeshi Ideriha complained that there is a mixture of Size and size_t
in dsa.c and corresponding header.  Let's use size_t.  Back-patch to 10
where dsa.c landed, to make future back-patching easy.

Discussion: https://postgr.es/m/4E72940DA2BF16479384A86D54D0988A6F19ABD9%40G01JPEXMBKW04

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/917fe6a48218c3dcbb74129da9ec69b524c45f47

Modified Files
--------------
src/backend/utils/mmgr/dsa.c | 96 ++++++++++++++++++++++----------------------
src/include/utils/dsa.h      | 10 ++---
2 files changed, 53 insertions(+), 53 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Use size_t consistently in dsa.{ch}.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Rationalize Query_for_list_of_[relations] query names intab-com