pgsql: Fix minor signed/unsigned mixup

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix minor signed/unsigned mixup
Date: 2023-04-05 05:37:20
Message-ID: E1pjvpf-001ReY-Dq@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-04-05 06:25:07 pgsql: doc: Update SQL keywords list to SQL:2023
Previous Message Andres Freund 2023-04-05 04:46:05 pgsql: meson: add docs, docs_pdf options