diff options
Diffstat (limited to 'src/include/utils/excid.h')
-rw-r--r-- | src/include/utils/excid.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h index eebab2e4f17..db1189842e6 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.10 2001/03/23 18:26:01 tgl Exp $ + * $Id: excid.h,v 1.11 2001/10/25 05:50:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,9 +20,11 @@ extern DLLIMPORT Exception BadState; extern DLLIMPORT Exception BadArg; extern DLLIMPORT Exception Unimplemented; -extern DLLIMPORT Exception CatalogFailure;/* XXX inconsistent naming style */ -extern DLLIMPORT Exception InternalError; /* XXX inconsistent naming style */ -extern DLLIMPORT Exception SemanticError; /* XXX inconsistent naming style */ -extern DLLIMPORT Exception SystemError; /* XXX inconsistent naming style */ - +extern DLLIMPORT Exception CatalogFailure; /* XXX inconsistent naming + * style */ +extern DLLIMPORT Exception InternalError; /* XXX inconsistent naming + * style */ +extern DLLIMPORT Exception SemanticError; /* XXX inconsistent naming + * style */ +extern DLLIMPORT Exception SystemError; /* XXX inconsistent naming style */ #endif /* EXCID_H */ |