Commit a99f7702 authored by Simon Riggs's avatar Simon Riggs

Correct grammar in error message

"could not generate" rather than "could not generation"
from commit 818fd4a6
parent 967a4b01
...@@ -4980,7 +4980,7 @@ BootStrapXLOG(void) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment