]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
No wonder the Linux version kept screwing up...err() was fixed in
authorMarc G. Fournier <scrappy@hub.org>
Tue, 20 Aug 1996 15:25:29 +0000 (15:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 20 Aug 1996 15:25:29 +0000 (15:25 +0000)
the wrong file...

Pointed out by: Philip Plane <P.J.Plane@massey.ac.nz>

src/backend/bootstrap/bootparse.y

index 0362b302b166038e711c1a91d5de60ad025697e5..c0483f278a87b0bd765edb376537f1413feac847 100644 (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");