Redundant code in oper_select_candidate() - Mailing list pgsql-hackers

From Tom Lane
Subject Redundant code in oper_select_candidate()
Date
Msg-id 19202.977003978@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
I have just noticed that oper_select_candidate()'s first try at
resolving unknown-type inputs (parse_oper.c lines 372-410 in current
sources) is entirely redundant, because the case it is looking for
has already been tried by oper_exact().  I propose removing that
code, to make it more like func_select_candidate.  Have I missed
anything?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: 7.1 features list
Next
From: Peter Bierman
Date:
Subject: Re: 7.1 features list