8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d831990 commit b04bdf1Copy full SHA for b04bdf1
src/backend/storage/file/fd.c
@@ -6,7 +6,7 @@
6
* Copyright (c) 1994, Regents of the University of California
7
*
8
* IDENTIFICATION
9
- * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.50 1999/10/17 23:09:02 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.51 1999/11/23 01:08:36 tgl Exp $
10
11
* NOTES:
12
@@ -400,7 +400,7 @@ ReleaseLruFile()
400
DO_DB(elog(DEBUG, "ReleaseLruFile. Opened %d", nfile));
401
402
if (nfile <= 0)
403
- elog(FATAL, "ReleaseLruFile: No opened files - no one can be closed");
+ elog(ERROR, "ReleaseLruFile: No open files available to be closed");
404
405
/*
406
* There are opened files and so there should be at least one used vfd
0 commit comments