|
6 | 6 | * Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | 8 | * IDENTIFICATION |
9 | | - * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.50 1999/10/17 23:09:02 tgl Exp $ |
| 9 | + * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.51 1999/11/23 01:08:36 tgl Exp $ |
10 | 10 | * |
11 | 11 | * NOTES: |
12 | 12 | * |
@@ -400,7 +400,7 @@ ReleaseLruFile() |
400 | 400 | DO_DB(elog(DEBUG,"ReleaseLruFile. Opened %d",nfile)); |
401 | 401 |
|
402 | 402 | if (nfile <=0) |
403 | | -elog(FATAL,"ReleaseLruFile: Noopened files- no one can be closed"); |
| 403 | +elog(ERROR,"ReleaseLruFile: Noopen filesavailable to be closed"); |
404 | 404 |
|
405 | 405 | /* |
406 | 406 | * There are opened files and so there should be at least one used vfd |
|