Re: remove unused "caller" arg from stringToQualifiedNameList

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: remove unused "caller" arg from stringToQualifiedNameList
Дата
Msg-id 1619.1182793688@sss.pgh.pa.us
обсуждение исходный текст
Ответ на remove unused "caller" arg from stringToQualifiedNameList  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: remove unused "caller" arg from stringToQualifiedNameList  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> This function seems to have an argument that is no longer used (probably
> leftover from when it used to report an error message?).

Yeah, I recall having left the argument in place because it seemed like
we might want it again someday.  But that was for 7.4 which was awhile
ago.  There's probably not a strong argument to keep it, but on the
other hand is there a strong argument to remove it?

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: remove unused "caller" arg from stringToQualifiedNameList
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: remove unused "caller" arg from stringToQualifiedNameList