Fix minor signed/unsigned mixup
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mmgr/mcxt.c | modified | +4 −4 |