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 5770172 commit 964bddfCopy full SHA for 964bddf
src/pl/plpgsql/src/pl_exec.c
@@ -1999,7 +1999,7 @@ exec_stmt(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt)
1999
2000
default:
2001
estate->err_stmt = save_estmt;
2002
- elog(ERROR, "unrecognized cmdtype: %d", stmt->cmd_type);
+ elog(ERROR, "unrecognized cmd_type: %d", stmt->cmd_type);
2003
}
2004
2005
/* Let the plugin know that we have finished executing this statement */
0 commit comments