pgsql: Fix minor signed/unsigned mixup

Started by Peter Eisentrautover 3 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/mmgr/mcxt.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)