pgsql: Remove unnecessary check for NULL locale, per Coverity.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary check for NULL locale, per Coverity.
Date: 2024-08-12 19:47:34
Message-ID: E1sdb0w-003tLu-Jh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary check for NULL locale, per Coverity.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a459ac504cc62421c08c9ee1ddc3e6f9be61f384

Modified Files
--------------
src/backend/utils/adt/like.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-08-12 21:35:43 Re: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Previous Message Peter Geoghegan 2024-08-12 18:37:10 pgsql: Give nbtree move right function internal linkage.