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

Commit7da344b

Browse files
author
Amit Kapila
committed
Improve errdetail message added byac0e331.
Make it consistent with other similar messages.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>Discussion:https://postgr.es/m/20250220.140839.1444694904721968348.horikyota.ntt@gmail.com
1 parent525392d commit7da344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@ check_idle_replication_slot_timeout(int *newval, void **extra, GucSource source)
29862986
{
29872987
if (IsBinaryUpgrade&&*newval!=0)
29882988
{
2989-
GUC_check_errdetail("The value of\"%s\" must be set to 0 during binary upgrade mode.",
2989+
GUC_check_errdetail("\"%s\" must be set to 0 during binary upgrade mode.",
29902990
"idle_replication_slot_timeout");
29912991
return false;
29922992
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp