Fix minor signed/unsigned mixup
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 5 Apr 2023 05:34:52 +0000 (07:34 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 5 Apr 2023 05:34:52 +0000 (07:34 +0200)
commitc209d317e9b818e25b30703c60113875acb73008
tree1ca05805ce18b533ddbefac458ac371f01001744
parent9d2a464a04846961ffa6b5f2c25b68bc2bf0af67
Fix minor signed/unsigned mixup

The chunk header is unsigned, and the output format takes unsigned, so
casting it to signed in between is incorrect.
src/backend/utils/mmgr/mcxt.c