aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-13 05:35:11 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-13 05:35:11 +0000
commit48ee6f4916c4b1104b66c03b33e427892a128a21 (patch)
tree3dae7198a49e583c7d155d6f69d4cd363fc32810 /src/backend/storage/buffer/bufmgr.c
parent0845b6f3265cc93e7700f98cb29e9a3a789aeed3 (diff)
downloadpostgresql-48ee6f4916c4b1104b66c03b33e427892a128a21.tar.gz
postgresql-48ee6f4916c4b1104b66c03b33e427892a128a21.zip
This trivial patch removes the usage of some old statistics code that no
longer works -- IncrHeapAccessStat() didn't actually *do* anything anymore, so no reason to keep it around AFAICS. I also fixed a grammatical error in a comment. Neil Conway
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
-rw-r--r--src/backend/storage/buffer/bufmgr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c
index 6d1e52d5220..a1abaf22c13 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.133 2002/09/14 19:59:20 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.134 2003/02/13 05:35:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -424,7 +424,7 @@ BufferAlloc(Relation reln,
{
/*
* BM_JUST_DIRTIED cleared by BufferReplace and shouldn't
- * be setted by anyone. - vadim 01/17/97
+ * be set by anyone. - vadim 01/17/97
*/
if (buf->flags & BM_JUST_DIRTIED)
{