diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-14 19:59:20 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-14 19:59:20 +0000 |
commit | c91b8bc5373719b1dc57e5ae57a99ef554097a25 (patch) | |
tree | 8ca1ec7771c676f6aec6657e205c09ddba6f810c /src/backend/storage/buffer/bufmgr.c | |
parent | c0edc53a3693e2c7556457e4f9e05d68c7d1f739 (diff) | |
download | postgresql-c91b8bc5373719b1dc57e5ae57a99ef554097a25.tar.gz postgresql-c91b8bc5373719b1dc57e5ae57a99ef554097a25.zip |
Cosmetic fixes from Neil Conway.
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
-rw-r--r-- | src/backend/storage/buffer/bufmgr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c index b6c9112030c..6d1e52d5220 100644 --- a/src/backend/storage/buffer/bufmgr.c +++ b/src/backend/storage/buffer/bufmgr.c @@ -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: |