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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user