Re: A deprecation policy

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: A deprecation policy
Дата
Msg-id 4992A76C.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Re: A deprecation policy  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-hackers
>>> "D'Arcy J.M. Cain" <darcy@druid.net> wrote: 
> On Wed, 11 Feb 2009 09:47:25 +0200
> Peter Eisentraut <peter_e@gmx.net> wrote:
>> 1. In release N, an interface is declared "obsolete", which means
>> [...]
>> 2. In release N+1, obsolete interfaces are declared "deprecated",
> 
> I like the idea but aren't these two terms reversed?  In fact, isn't
> "obsolete" your third stage?  Certainly "obsolete" suggests that it
> can't be used any longer.  I'm not sure what the second stage should
> be called in that case though.
I had a similar reaction to the proposed terminology.
To me:
"Deprecated" means that some other way of doing it is available and
preferred.
"Obsolescent" (or perhaps "in end of life period") indicates that
something is expected to be removed in a future release.
"Obsolete" means it used to work, but doesn't anymore.
-Kevin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] updated hash functions for postgresql v1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: hooking parser