diff options
Diffstat (limited to 'src/include/utils/excid.h')
-rw-r--r-- | src/include/utils/excid.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h index 88ba06dc2a8..d1bbcbb21bd 100644 --- a/src/include/utils/excid.h +++ b/src/include/utils/excid.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: excid.h,v 1.8 2001/01/24 19:43:28 momjian Exp $ + * $Id: excid.h,v 1.9 2001/02/06 01:53:52 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -18,8 +18,6 @@ extern Exception FailedAssertion; extern Exception BadState; extern Exception BadArg; -extern Exception BadAllocSize; -extern Exception ExhaustedMemory; extern Exception Unimplemented; extern Exception CatalogFailure;/* XXX inconsistent naming style */ |