]> granicus.if.org Git - postgresql/commit
This patch is because Hurd does not support NOFILE. It is against current
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Aug 2001 19:42:34 +0000 (19:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 4 Aug 2001 19:42:34 +0000 (19:42 +0000)
commit3e51868226be6a012581efa7d92a5992d3fd216d
tree4855b558bc4cf4e7de7d9cc160e4969b89702d38
parente9ea1255c0d6fc54a34951547061e7e18c1851c8
This patch is because Hurd does not support NOFILE.  It is against current
cvs.

The Debian bug report says, "The upstream source makes use of NOFILE
unconditionalized.  As the Hurd doesn't have an arbitrary limit on the
number of open files, this is not defined.  But _SC_OPEN_MAX works fine
and returns 1024 (applications can increase this as they want), so I
suggest the below diff.  Please forward this upstream, too."

Oliver Elphick
src/backend/storage/file/fd.c