summaryrefslogtreecommitdiff
path: root/src/include/storage/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/block.h')
-rw-r--r--src/include/storage/block.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index d13f3c8f06..90bcf6b2c5 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: block.h,v 1.13 2001/07/02 20:50:46 tgl Exp $
+ * $Id: block.h,v 1.14 2001/10/25 05:50:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -117,5 +117,4 @@ typedef BlockIdData *BlockId; /* block identifier */
AssertMacro(BlockIdIsValid(blockId)), \
(BlockNumber) (((blockId)->bi_hi << 16) | ((uint16) (blockId)->bi_lo)) \
)
-
#endif /* BLOCK_H */