Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita99f770

Browse files
Correct grammar in error message
"could not generate" rather than "could not generation"from commit818fd4a
1 parent967a4b0 commita99f770

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 notgeneration secret authorization token")));
4983+
errmsg("could notgenerate secret authorization token")));
49844984

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp