BUG #18850: REDUNDANT_COMPARISON.ALWAYS_FALSE Redundant comparison - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18850: REDUNDANT_COMPARISON.ALWAYS_FALSE Redundant comparison
Date
Msg-id 18850-20d329c520d6a64e@postgresql.org
Whole thread Raw
Responses Re: BUG #18850: REDUNDANT_COMPARISON.ALWAYS_FALSE Redundant comparison
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18850
Logged by:          Nikita
Email address:      pm91.arapov@gmail.com
PostgreSQL version: 16.6
Operating system:   ubuntu 20.04
Description:

REDUNDANT_COMPARISON.ALWAYS_FALSE Redundant comparison

diff --git a/src/backend/commands/operatorcmds.c
b/src/backend/commands/operatorcmds.c
--- a/src/backend/commands/operatorcmds.c    (revision
a49ac80219c6f28c3cf3973f797de637329952da)
+++ b/src/backend/commands/operatorcmds.c    (date 1740387217614)
@@ -209,11 +209,6 @@
         typeId[0] = typeId2;
         nargs = 1;
     }
-    else if (!OidIsValid(typeId2))
-    {
-        typeId[0] = typeId1;
-        nargs = 1;
-    }
     else
     {
         typeId[0] = typeId1;

I suggest the following patch fixing this issue


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18849: DEREF_OF_NULL.RET Pointer '&partexprs_item.ptr_value', returned from function 'list_head' at partiti
Next
From: Viktor Holmberg
Date:
Subject: ISN extension - wrong volatility level for isn_weak() function