]> granicus.if.org Git - postgresql/commit
Use size_t consistently in dsa.{ch}.
authorThomas Munro <tmunro@postgresql.org>
Fri, 21 Sep 2018 12:40:13 +0000 (00:40 +1200)
committerThomas Munro <tmunro@postgresql.org>
Fri, 21 Sep 2018 12:40:13 +0000 (00:40 +1200)
commitf025bd2ddd07a46560a5fbe8dd4790f153ead705
treebb64a9068198d5c8474dbe4c46145a3d24d0baea
parentce9cf8e7e6c436e13a729e2369c2c7ca1eae064d
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
src/backend/utils/mmgr/dsa.c
src/include/utils/dsa.h