mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typo in elog message.
This commit is contained in:
@ -121,7 +121,7 @@ parse_row_security_command(const char *cmd_name)
|
|||||||
else if (strcmp(cmd_name, "delete") == 0)
|
else if (strcmp(cmd_name, "delete") == 0)
|
||||||
cmd = ACL_DELETE_CHR;
|
cmd = ACL_DELETE_CHR;
|
||||||
else
|
else
|
||||||
elog(ERROR, "unregonized command");
|
elog(ERROR, "unrecognized command");
|
||||||
|
|
||||||
return cmd;
|
return cmd;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user