pgsql: Fix another warning, introduced by 846311051e.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix another warning, introduced by 846311051e.
Date: 2024-03-18 22:36:02
Message-ID: E1rmLaM-004ViY-DD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix another warning, introduced by 846311051e.

Discussion: https://postgr.es/m/3703896.1710799495@sss.pgh.pa.us
Reported-by: Tom Lane

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/60769c62dc85680ee357aec92461fe97c715aebb

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-03-18 23:42:04 pgsql: Update src/common/unicode/README.
Previous Message Jeff Davis 2024-03-18 18:58:38 pgsql: Address more review comments on commit 2d819a08a1.