Commit 964bddf1 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo in internal error message

parent 5770172c
......@@ -1999,7 +1999,7 @@ exec_stmt(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt)
default:
estate->err_stmt = save_estmt;
elog(ERROR, "unrecognized cmdtype: %d", stmt->cmd_type);
elog(ERROR, "unrecognized cmd_type: %d", stmt->cmd_type);
}
/* Let the plugin know that we have finished executing this statement */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment