diff options
Diffstat (limited to 'src/include/storage/freespace.h')
| -rw-r--r-- | src/include/storage/freespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/freespace.h b/src/include/storage/freespace.h index 6aebd60e20c..d9ba1a796f9 100644 --- a/src/include/storage/freespace.h +++ b/src/include/storage/freespace.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: freespace.h,v 1.4 2001/10/25 05:50:10 momjian Exp $ + * $Id: freespace.h,v 1.5 2001/10/28 06:26:08 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -47,4 +47,5 @@ extern void FreeSpaceMapForgetDatabase(Oid dbid); #ifdef FREESPACE_DEBUG extern void DumpFreeSpace(void); #endif + #endif /* FREESPACE_H */ |
