pgsql: Fix minor signed/unsigned mixup - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix minor signed/unsigned mixup
Date
Msg-id E1pjvpf-001ReY-Dq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: docs: Allow configuring simple/website style
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Update SQL keywords list to SQL:2023