1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Cosmetic fixes from Neil Conway.

This commit is contained in:
Tom Lane
2002-09-14 19:59:20 +00:00
parent c0edc53a36
commit c91b8bc537
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.132 2002/09/04 20:31:25 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.133 2002/09/14 19:59:20 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -316,7 +316,7 @@ BufferAlloc(Relation reln,
{
/*
* I couldn't understand the following old comment. If there's
* no IO for the buffer and the buffer is BROKEN,it should be
* no IO for the buffer and the buffer is BROKEN, it should be
* read again. So start a new buffer IO here.
*
* wierd race condition: