Re: Patch to mark items as static or not used

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Patch to mark items as static or not used
Дата
Msg-id 1152938455.5402.6.camel@localhost
обсуждение исходный текст
Ответ на Re: Patch to mark items as static or not used  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Patch to mark items as static or not used  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Sat, 2006-07-15 at 00:05 -0400, Tom Lane wrote:
> The fundamental problem with find_static is that it hasn't got a clue
> about likely future changes, nor about what we think external add-ons
> might want

We could annotate the source to indicate that some functions are
deliberately intended to be externally visible, but not referenced
within the source tree, and then teach find_static to grok that
annotation.

-Neil




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch to mark items as static or not used
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Patch to mark items as static or not used