Re: CVS HEAD compile failure on Freebsd 4.9

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>
Cc: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS HEAD compile failure on Freebsd 4.9
Date: 2004-02-10 01:24:56
Message-ID: 21442.1076376296@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-10 01:27:05 Re: [pgsql-hackers-win32] Sync vs. fsync during checkpoint
Previous Message Tom Lane 2004-02-10 01:21:04 Re: BYTE_ORDER for contribs