OSDN Git Service

From: Keith Parks <emkxp01@mtcc.demon.co.uk>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 13 Jan 1997 01:25:29 +0000 (01:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 13 Jan 1997 01:25:29 +0000 (01:25 +0000)
commitef228cb170c8f6cd13ea3a3e37314afd4723813e
tree0b22a43232515f35d82f1e994b0cd4b71305eb88
parent2595785b9bd72c72bc97a6ef62e2f27e53c9ce03
From: Keith Parks <emkxp01@mtcc.demon.co.uk>

OK, The votes are in for the NOFILES limit.

With the exception of Next, for which I've not yet heard, all supported platforms
seem to have the sysconf() call.

port           supported default Source.
aix            yes 2000 darrenk@insightdist.com
alpha          yes 4096 mjl@wwx.vip.at
BSD44_derived  yes 64 scrappy@hub.org
bsdi           yes ??? maillist@candle.pha.pa.us
dgux           yes ??? geek@andrew.cmu.edu
hpux           yes 60 emkxp01@mtcc.demon.co.uk
i386_solaris   yes 64 emkxp01@mtcc.demon.co.uk
irix5          yes 200 martin@biochem.uc.ac.uk
linux          yes 256 emkxp01@mtcc.demon.co.uk
next           ???? ???
sparc_solaris  yes 64 emkxp01@mtcc.demon.co.uk
sunos4         yes 64 emkxp01@mtcc.demon.co.uk
svr4           yes 64 chicks@chicks.net
ultrix4        yes 64 erik@sockdev.uni-c.dk

So here's a patch that I think will do the job.
(I assume Next will have sysconf() but if not just add MISSING_SYSCONF to
 the config.h file )

Thanks,
Keith.
src/backend/storage/file/fd.c
src/include/config.h