diff options
Diffstat (limited to 'src/include/catalog/pg_largeobject.h')
-rw-r--r-- | src/include/catalog/pg_largeobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/pg_largeobject.h b/src/include/catalog/pg_largeobject.h index 2369e15ff29..54a3c4eca2c 100644 --- a/src/include/catalog/pg_largeobject.h +++ b/src/include/catalog/pg_largeobject.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_largeobject.h,v 1.10 2001/10/25 05:49:57 momjian Exp $ + * $Id: pg_largeobject.h,v 1.11 2001/10/28 06:26:00 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -58,4 +58,5 @@ typedef FormData_pg_largeobject *Form_pg_largeobject; extern void LargeObjectCreate(Oid loid); extern void LargeObjectDrop(Oid loid); extern bool LargeObjectExists(Oid loid); + #endif /* PG_LARGEOBJECT_H */ |