Thread: pgsql/src/backend/storage/file (fd.c)

pgsql/src/backend/storage/file (fd.c)

From
Tom Lane
Date:
  Date: Sunday, August 27, 2000 @ 17:48:01
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/storage/file
     from hub.org:/home/projects/pgsql/tmp/cvs-serv2964

Modified Files:
    fd.c

-----------------------------  Log Message  -----------------------------

Change ReleaseLruFile() usage so that if we cannot release any more
virtual FDs, we just return the ENFILE/EMFILE error to the caller,
rather than immediate elog().  This allows more robust behavior in
the postmaster, which uses AllocateFile() but does not want elog().