Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a99f770

Browse files
Correct grammar in error message
"could not generate" rather than "could not generation" from commit 818fd4a
1 parent 967a4b0 commit a99f770

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4980,7 +4980,7 @@ BootStrapXLOG(void)
49804980
if (!pg_backend_random(mock_auth_nonce, MOCK_AUTH_NONCE_LEN))
49814981
ereport(PANIC,
49824982
(errcode(ERRCODE_INTERNAL_ERROR),
4983-
errmsg("could not generation secret authorization token")));
4983+
errmsg("could not generate secret authorization token")));
49844984

49854985
/* First timeline ID is always 1 */
49864986
ThisTimeLineID = 1;

0 commit comments

Comments
 (0)