summaryrefslogtreecommitdiff
path: root/src/include/storage/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/page.h')
-rw-r--r--src/include/storage/page.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/page.h b/src/include/storage/page.h
index 3e03c7c14e0..d661266ffe4 100644
--- a/src/include/storage/page.h
+++ b/src/include/storage/page.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * page.h--
+ * page.h
* POSTGRES buffer page abstraction definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: page.h,v 1.4 1998/09/01 04:38:27 momjian Exp $
+ * $Id: page.h,v 1.5 1999/02/13 23:22:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@
typedef Pointer Page;
/*
- * PageIsValid --
+ * PageIsValid
* True iff page is valid.
*/
#define PageIsValid(page) PointerIsValid(page)