We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa11e5e commit 1add01bCopy full SHA for 1add01b
src/backend/bootstrap/bootparse.y
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -175,7 +175,7 @@ InsertStmt:
175
elog(WARN,"incorrect number of values for tuple");
176
if (reldesc == (Relation)NULL) {
177
elog(WARN,"must OPEN RELATION before INSERT\n");
178
- err();
+ err_out();
179
}
180
if (DebugMode)
181
puts("Insert Begin");
0 commit comments