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

Commit4a1e15e

Browse files
committed
Add missing serial comma
1 parentf2dd106 commit4a1e15e

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
@@ -4978,7 +4978,7 @@ readRecoveryCommandFile(void)
49784978
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
49794979
errmsg("invalid value for recovery parameter \"%s\"",
49804980
"recovery_target_action"),
4981-
errhint("The allowed values are \"pause\", \"promote\" and \"shutdown\".")));
4981+
errhint("The allowed values are \"pause\", \"promote\", and \"shutdown\".")));
49824982

49834983
ereport(DEBUG2,
49844984
(errmsg_internal("recovery_target_action = '%s'",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp