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_msveoen0uhu...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/9847ca2c79bef27b9bab44b2243fe951b7c62b36 Modified Files -------------- src/backend/storage/buffer/bufmgr.c | 6 +++--- src/backend/storage/buffer/localbuf.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
