head	1.3;
access;
symbols
	release_4_2:1.3
	aix_ok:1.3
	Version_2_1:1.3
	C_Demo_1:1.2;
locks; strict;
comment	@ * @;


1.3
date	90.09.25.16.51.55;	author kemnitz;	state Exp;
branches;
next	1.2;

1.2
date	89.09.05.17.27.48;	author mao;	state C_Demo_1;
branches;
next	1.1;

1.1
date	89.05.01.14.08.09;	author hirohama;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Updating from revision 1.2 to revision 1.3
@
text
@/*
 * excid.c --
 *	POSTGRES known exception identifier code.
 */

#include "tmp/c.h"

#include "utils/excid.h"

RcsId("$Header: RCS/excid.c,v 1.3 90/08/15 08:47:34 cimarron Exp $");

Exception FailedAssertion = { "Failed Assertion" };
Exception BadState = { "Bad State for Function Call" };
Exception BadArg = { "Bad Argument to Function Call" };

Exception BadAllocSize = { "Too Large Allocation Request" };

Exception ExhaustedMemory = { "Memory Allocation Failed" };
Exception Unimplemented = { "Unimplemented Functionality" };

Exception CatalogFailure = {"Catalog failure"};	/* XXX inconsistent */
Exception InternalError = {"Internal Error"};	/* XXX inconsistent */
Exception SemanticError = {"Semantic Error"};	/* XXX inconsistent */
Exception SystemError = {"System Error"};	/* XXX inconsistent */
@


1.2
log
@Working version of C-only demo
@
text
@d6 1
a6 1
#include "c.h"
d8 1
a8 1
#include "excid.h"
d10 1
a10 1
RcsId("$Header: /usr6/postgres/mao/postgres/src/utils/error/RCS/excid.c,v 1.1 89/05/01 14:08:09 hirohama Exp $");
@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
RcsId("$Header$");
@
