-
- Downloads
Do a direct probe during postmaster startup to determine the maximum
number of openable files and the number already opened. This eliminates depending on sysconf(_SC_OPEN_MAX), and allows much saner behavior on platforms where open-file slots are used up by semaphores.
Showing
- doc/src/sgml/runtime.sgml 9 additions, 14 deletionsdoc/src/sgml/runtime.sgml
- src/backend/postmaster/postmaster.c 8 additions, 5 deletionssrc/backend/postmaster/postmaster.c
- src/backend/storage/file/fd.c 144 additions, 87 deletionssrc/backend/storage/file/fd.c
- src/backend/utils/misc/guc.c 2 additions, 2 deletionssrc/backend/utils/misc/guc.c
- src/include/storage/fd.h 2 additions, 1 deletionsrc/include/storage/fd.h
Loading
Please register or sign in to comment