Re: remove unused "caller" arg from stringToQualifiedNameList

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: remove unused "caller" arg from stringToQualifiedNameList
Дата
Msg-id 10821.1182830929@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: remove unused "caller" arg from stringToQualifiedNameList  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-patches
"Jaime Casanova" <systemguards@gmail.com> writes:
> On 6/25/07, Alvaro Herrera <alvherre@commandprompt.com> wrote:
>> In any case, this is an exported symbol so maybe it's not a good idea to
>> mess with it.  OTOH I checked PL/R and PL/php and neither uses it, so
>> this may not be a problem at all.

> FWIW, we remove the second argument in textToQualifiedNameList() two
> years ago so i think this is just finishing what we already started,

True, we whack around APIs like this one in every release anyway ...
I don't have an objection to changing this in HEAD.

            regards, tom lane

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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: remove unused "caller" arg from stringToQualifiedNameList
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Load Distributed Checkpoints, take 3