pgsql: Fix unreachable code warning from commit 2d819a08a1.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix unreachable code warning from commit 2d819a08a1.
Date: 2024-03-18 16:40:51
Message-ID: E1rmG2d-004TLc-Gv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unreachable code warning from commit 2d819a08a1.

Found by Coverity.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/61f352ece9e7eb89c7154da178d0c3bc69fc72c9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-03-18 18:29:21 pgsql: dblink/isolationtester/fe_utils: Use new cancel API
Previous Message Peter Eisentraut 2024-03-18 15:46:34 pgsql: Add missing source files to nls.mk