postgresql/src/backend/storage
Peter Eisentraut 9add9f95c3 Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).
This avoids irritating kernel logs (if system overstep violations are enabled)
and also the grsecurity alert when starting PostgreSQL.

original patch by Jacek Drobiecki

References:
http://archives.postgresql.org/pgsql-bugs/2004-05/msg00103.php
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248967
2009-03-04 09:12:49 +00:00
..
buffer Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
file Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE). 2009-03-04 09:12:49 +00:00
freespace Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 2009-01-20 18:59:37 +00:00
ipc Create a "shmem_startup_hook" to be called at the end of shared memory 2009-01-03 17:08:39 +00:00
large_object Update copyright for 2009. 2009-01-01 17:24:05 +00:00
lmgr Update copyright for 2009. 2009-01-01 17:24:05 +00:00
page Update copyright for 2009. 2009-01-01 17:24:05 +00:00
smgr Implement prefetching via posix_fadvise() for bitmap index scans. A new 2009-01-12 05:10:45 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00