summaryrefslogtreecommitdiff
path: root/src/include/storage/page.h
diff options
context:
space:
mode:
authorBruce Momjian1997-09-07 05:04:48 +0000
committerBruce Momjian1997-09-07 05:04:48 +0000
commit1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch)
tree8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/storage/page.h
parent8fecd4febf8357f3cc20383ed29ced484877d5ac (diff)
Massive commit to run PGINDENT on all *.c and *.h files.
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 */