Re: Re[4]: Allowing WAL fsync to be done via O_SYNC

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: Re[4]: Allowing WAL fsync to be done via O_SYNC
Дата
Msg-id 20010316121558.G29888@fw.wintelcom.net
обсуждение исходный текст
Ответ на Re: Re[4]: Allowing WAL fsync to be done via O_SYNC  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
> On 3/16/01, 11:10:34 AM, The Hermit Hacker <scrappy@hub.org> wrote 
> regarding Re: Re[4]: [HACKERS] Allowing WAL fsync to be done via O_SYNC :
> 
> > But, with shared libraries, are you really pulling in a "whole
> > thread-support library"?  My understanding of shared libraries (altho it
> > may be totally off) was that instead of pulling in a whole library, you
> > pulled in the bits that you needed, pretty much as you needed them ...


* Larry Rosenman <ler@lerctr.org> [010316 10:02] wrote:
> Yes, you are.  On UnixWare, you need to add -Kthread, which CHANGES a LOT 
> of primitives to go through threads wrappers and scheduling.
> 
> See the doc on the http://UW7DOC.SCO.COM or http://www.lerctr.org:457/ 
> web pages.
> 
> Also, some functions are NOT available without the -Kthread or -Kpthread 
> directives. 

This is true on FreeBSD as well.

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]



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

Предыдущее
От: "Martin A. Marques"
Дата:
Сообщение: problems with startup script on upgrade
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Re: Performance monitor signal handler