1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix typo in internal error message

This commit is contained in:
Peter Eisentraut
2018-02-26 11:54:00 -05:00
parent 5770172cb0
commit 964bddf1e8

View File

@ -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 */