Redundant code in oper_select_candidate()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Redundant code in oper_select_candidate()
Дата
Msg-id 19202.977003978@sss.pgh.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: 7.1 features list
Следующее
От: Peter Bierman
Дата:
Сообщение: Re: 7.1 features list