pgsql: Fix type signedness error in commit 5c40364dd6.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix type signedness error in commit 5c40364dd6.
Date: 2024-03-09 00:14:05
Message-ID: E1rikLk-002oWt-P4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix type signedness error in commit 5c40364dd6.

Use ssize_t instead of size_t.

Discussion: https://postgr.es/m/b20d6d97-7338-48ea-ba33-837a1c8ef98e@iki.fi
Reported-by: Heikki Linnakangas

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33ee2550d30bebb938238846369b2aae10e7f00f

Modified Files
--------------
src/common/unicode_case.c | 10 +++++-----
src/include/common/unicode_case.h | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-03-09 00:16:47 Re: pgsql: Unicode case mapping tables and functions.
Previous Message Daniel Gustafsson 2024-03-08 22:34:34 pgsql: Fix errorhandling for reading from a pipe