diff options
Diffstat (limited to 'src/include/storage/bufpage.h')
-rw-r--r-- | src/include/storage/bufpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 58b83515f63..6e75f12b3c8 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.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: bufpage.h,v 1.45 2001/10/28 06:26:08 momjian Exp $ + * $Id: bufpage.h,v 1.46 2001/11/05 17:46:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -320,4 +320,4 @@ extern Size PageGetFreeSpace(Page page); extern void PageIndexTupleDelete(Page page, OffsetNumber offset); extern void IndexPageCleanup(Buffer buffer); -#endif /* BUFPAGE_H */ +#endif /* BUFPAGE_H */ |