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

Commit2763980

Browse files
committed
Reverse out Assert addition.
1 parent59c016a commit2763980

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-
* $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.194 2005/08/1221:42:53 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.195 2005/08/1223:13:54 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -153,8 +153,6 @@ ReadBuffer(Relation reln, BlockNumber blockNum)
153153
* block is not currently in memory.
154154
*/
155155
bufHdr=BufferAlloc(reln,blockNum,&found);
156-
/* we are guaranted that nobody else has touched this will-be-new block */
157-
Assert(!(found&&isExtend));
158156
if (found)
159157
BufferHitCount++;
160158
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp