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

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use size_t consistently in dsa.{ch}.
Date: 2018-09-21 12:53:11
Message-ID: E1g3Kvn-0008G3-MA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ec7b27675dcc39e81555260a5e33c5aa0fb2bcd2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2018-09-21 12:53:32 pgsql: Use size_t consistently in dsa.{ch}.
Previous Message Thomas Munro 2018-09-21 12:52:45 pgsql: Use size_t consistently in dsa.{ch}.