No wonder the Linux version kept screwing up...err() was fixed in

the wrong file...

Pointed out by: Philip Plane <P.J.Plane@massey.ac.nz>
This commit is contained in:
Marc G. Fournier 1996-08-20 15:25:29 +00:00
parent fa11e5e994
commit 1add01bb5b
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.1.1.1 1996/07/09 06:21:14 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.1.1.1.2.1 1996/08/20 15:25:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -175,7 +175,7 @@ InsertStmt:
elog(WARN,"incorrect number of values for tuple");
if (reldesc == (Relation)NULL) {
elog(WARN,"must OPEN RELATION before INSERT\n");
err();
err_out();
}
if (DebugMode)
puts("Insert Begin");