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 31ab083 commit 201d35dCopy full SHA for 201d35d
src/backend/storage/buffer/bufmgr.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.81.2.1 2000/09/25 04:34:10 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.81.2.2 2000/10/04 07:50:00 inoue Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -2532,8 +2532,6 @@ AbortBufferIO(void)
2532
if (buf->flags & BM_IO_ERROR)
2533
{
2534
elog(NOTICE, "!!! write error seems permanent !!!");
2535
- elog(NOTICE, "!!! now kill all backends and reset postmaster !!!");
2536
- proc_exit(255);
2537
}
2538
buf->flags |= BM_DIRTY;
2539
0 commit comments