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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/storage/page.h b/src/include/storage/page.h
index f2f6c1fcba5..17d29746c9c 100644
--- a/src/include/storage/page.h
+++ b/src/include/storage/page.h
@@ -1,24 +1,24 @@
/*-------------------------------------------------------------------------
*
* page.h--
- * POSTGRES buffer page abstraction definitions.
+ * POSTGRES buffer page abstraction definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: page.h,v 1.2 1996/10/31 09:49:59 scrappy Exp $
+ * $Id: page.h,v 1.3 1997/09/07 05:01:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#ifndef PAGE_H
+#ifndef PAGE_H
#define PAGE_H
-typedef Pointer Page;
+typedef Pointer Page;
/*
* PageIsValid --
- * True iff page is valid.
+ * True iff page is valid.
*/
-#define PageIsValid(page) PointerIsValid(page)
+#define PageIsValid(page) PointerIsValid(page)
-#endif /* PAGE_H */
+#endif /* PAGE_H */