mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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:
|
default:
|
||||||
estate->err_stmt = save_estmt;
|
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 */
|
/* Let the plugin know that we have finished executing this statement */
|
||||||
|
Reference in New Issue
Block a user