Standardize type of extend_by counter
authorPeter Eisentraut <[email protected]>
Tue, 19 Sep 2023 07:46:01 +0000 (09:46 +0200)
committerPeter Eisentraut <[email protected]>
Tue, 19 Sep 2023 07:46:01 +0000 (09:46 +0200)
commit9847ca2c79bef27b9bab44b2243fe951b7c62b36
tree95ac7a76506693391c49236a6831f4f7e2e4bf0c
parent78a33bba4c634afc3c67dddeb359b5ce872a0b04
Standardize type of extend_by counter

The counter of extend_by loops is mixed int and uint32.  Fix by
standardizing from int to uint32, to match the extend_by variable.

Fixup for 31966b151e.

Author: Ranier Vilela <[email protected]>
Reviewed-by: Gurjeet Singh <[email protected]>
Reviewed-by: Kyotaro Horiguchi <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CAEudQAqHG-JP-YnG54ftL_b7v6-57rMKwET_MSvEoen0UHuPig@mail.gmail.com
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c