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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/storage/file (fd.c)
Date: 2000-08-27 21:48:01
Message-ID: 200008272148.e7RLm1W02978@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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().

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-27 21:50:18 pgsql/src/backend/commands (user.c)
Previous Message Tom Lane 2000-08-27 20:13:40 signed, volatile, etc