Redundant code in oper_select_candidate()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Redundant code in oper_select_candidate()
Date: 2000-12-16 21:59:38
Message-ID: 19202.977003978@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Bierman 2000-12-17 01:14:42 Re: [HACKERS] 7.1 features list
Previous Message Oleg Bartunov 2000-12-16 20:34:35 Re: [HACKERS] 7.1 features list