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