mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Correct grammar in error message
"could not generate" rather than "could not generation" from commit 818fd4a67d610991757b610755e3065fb99d80a5
This commit is contained in:
parent
967a4b01e3
commit
a99f77021f
@ -4980,7 +4980,7 @@ BootStrapXLOG(void)
|
||||
if (!pg_backend_random(mock_auth_nonce, MOCK_AUTH_NONCE_LEN))
|
||||
ereport(PANIC,
|
||||
(errcode(ERRCODE_INTERNAL_ERROR),
|
||||
errmsg("could not generation secret authorization token")));
|
||||
errmsg("could not generate secret authorization token")));
|
||||
|
||||
/* First timeline ID is always 1 */
|
||||
ThisTimeLineID = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user