Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit201d35d

Browse files
author
Hiroshi Inoue
committed
avoid database-wide restart on write error
1 parent31ab083 commit201d35d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/backend/storage/buffer/bufmgr.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.81.2.1 2000/09/25 04:34:10 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.81.2.2 2000/10/04 07:50:00 inoue Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -2532,8 +2532,6 @@ AbortBufferIO(void)
25322532
if (buf->flags&BM_IO_ERROR)
25332533
{
25342534
elog(NOTICE,"!!! write error seems permanent !!!");
2535-
elog(NOTICE,"!!! now kill all backends and reset postmaster !!!");
2536-
proc_exit(255);
25372535
}
25382536
buf->flags |=BM_DIRTY;
25392537
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp