Re: CVS HEAD compile failure on Freebsd 4.9

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CVS HEAD compile failure on Freebsd 4.9
Дата
Msg-id 21442.1076376296@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CVS HEAD compile failure on Freebsd 4.9  (Vsevolod Lobko <seva@sevasoft.kiev.ua>)
Ответы Re: CVS HEAD compile failure on Freebsd 4.9  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CVS HEAD compile failure on Freebsd 4.9  (Mark Kirkwood <markir@paradise.net.nz>)
Список pgsql-hackers
Vsevolod Lobko <seva@sevasoft.kiev.ua> writes:
> Yes, here too...
> There are no headers included for struct timeval and function select 
> in miscadmin.h

Certain parties who shall remain nameless have been gratuitously
scattering dependencies on select() into lots of modules that don't
need them.  (When you are about to call the kernel to implement a
multi-millisecond delay, there is no value in saving a nanosecond
by inlining the code for it...)  I plan to fix that later tonight
if no one beats me to it.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BYTE_ORDER for contribs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers-win32] Sync vs. fsync during checkpoint