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:52:45
Message-ID: E1g3KvN-0008FG-5Z@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
------
master

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

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:11 pgsql: Use size_t consistently in dsa.{ch}.
Previous Message David Steele 2018-09-21 11:44:06 Re: pgsql: Make WAL segment size configurable at initdb time.