Correct grammar in error message

"could not generate" rather than "could not generation"
from commit 818fd4a67d
This commit is contained in:
Simon Riggs 2017-03-28 13:24:39 -04:00
parent 967a4b01e3
commit a99f77021f

View File

@ -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;