Re: Isn't non-TEST_AND_SET code long dead?

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: Isn't non-TEST_AND_SET code long dead?
Дата
Msg-id 39B17295.328994E7@mascari.com
обсуждение исходный текст
Ответ на Re: Isn't non-TEST_AND_SET code long dead?  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: Isn't non-TEST_AND_SET code long dead?
Список pgsql-hackers
The Hermit Hacker wrote:
> 
> Yank her ...
> 
> On Sat, 2 Sep 2000, Tom Lane wrote:
> > Kinda makes me wonder what other bit-rot has set in in the non-TAS
> > code, and whether we ought not just rip it out rather than try to
> > "maintain" exceedingly delicate code that's gone untested for years.
> > bufmgr.c, in particular, has behavior that's nontrivially different
> > when HAVE_TEST_AND_SET isn't defined --- who wants to promise that
> > that still works?
> >
> >                       regards, tom lane
> >

On a somewhat related note, what about the NO_SECURITY defines
strewn throughout the backend? Does anyone run the server with
NO_SECURITY defined? And if so, what benefit is that over just
running with everything owned by the same user?

Just curious, 

Mike Mascari


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: Isn't non-TEST_AND_SET code long dead?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Isn't non-TEST_AND_SET code long dead?