postgresql/src/backend/utils/misc
Tom Lane f9f258281e Create a GUC parameter max_files_per_process that is a configurable
upper limit on what we will believe from sysconf(_SC_OPEN_MAX).  The
default value is 1000, so that under ordinary conditions it won't
affect the behavior.  But on platforms where the kernel promises far
more than it can deliver, this can be used to prevent running out of
file descriptors.  See numerous past discussions, eg, pgsql-hackers
around 23-Dec-2000.
2001-09-30 18:57:45 +00:00
..
.cvsignore Keep CVS quiet about derived file guc-file.c. 2000-06-02 00:04:26 +00:00
database.c Replace implementation of pg_log as a relation accessed through the 2001-08-25 18:52:43 +00:00
guc-file.l Check that the data directory does not have group or world access; remove 2001-08-06 13:45:15 +00:00
guc.c Create a GUC parameter max_files_per_process that is a configurable 2001-09-30 18:57:45 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
postgresql.conf.sample Create a GUC parameter max_files_per_process that is a configurable 2001-09-30 18:57:45 +00:00
ps_status.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
superuser.c Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 2001-09-08 15:24:00 +00:00