Commit a1ccbb90 authored by Bruce Momjian's avatar Bruce Momjian

Previous code cleanup was for bufpage.c, not bufmgr.c.

This cleanup just cleans up a comment.
parent 69616f96
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/storage/page/bufpage.c,v 1.58 2004/06/08 14:00:35 momjian Exp $ * $PostgreSQL: pgsql/src/backend/storage/page/bufpage.c,v 1.59 2004/06/09 13:11:34 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -91,7 +91,7 @@ PageHeaderIsValid(PageHeader page) ...@@ -91,7 +91,7 @@ PageHeaderIsValid(PageHeader page)
} }
/* ---------------- /*
* PageAddItem * PageAddItem
* *
* Add an item to a page. Return value is offset at which it was * Add an item to a page. Return value is offset at which it was
...@@ -104,8 +104,6 @@ PageHeaderIsValid(PageHeader page) ...@@ -104,8 +104,6 @@ PageHeaderIsValid(PageHeader page)
* one that is both unused and deallocated. * one that is both unused and deallocated.
* *
* !!! EREPORT(ERROR) IS DISALLOWED HERE !!! * !!! EREPORT(ERROR) IS DISALLOWED HERE !!!
*
* ----------------
*/ */
OffsetNumber OffsetNumber
PageAddItem(Page page, PageAddItem(Page page,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment