Re: CVS HEAD compile failure on Freebsd 4.9 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CVS HEAD compile failure on Freebsd 4.9
Date
Msg-id 21442.1076376296@sss.pgh.pa.us
Whole thread Raw
In response to Re: CVS HEAD compile failure on Freebsd 4.9  (Vsevolod Lobko <seva@sevasoft.kiev.ua>)
Responses 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>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BYTE_ORDER for contribs
Next
From: Tom Lane
Date:
Subject: Re: [pgsql-hackers-win32] Sync vs. fsync during checkpoint