]> granicus.if.org Git - postgresql/commit
Back-patch fix that allows AllocateFile() to return errno=ENFILE/EMFILE
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Sep 2000 23:31:24 +0000 (23:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Sep 2000 23:31:24 +0000 (23:31 +0000)
commitde3e0183b827b79454dd1fdf8ae822311bcbc532
tree975d1705df5507cb84197a4152cc3e3cfb650df7
parentc954088b83eee2b764ddfafb3825f8c69fb8fd21
Back-patch fix that allows AllocateFile() to return errno=ENFILE/EMFILE
after we are no longer able to close any more VFDs.  This is needed to
avoid postmaster crash under out-of-file-descriptors conditions.
src/backend/storage/file/fd.c