Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7da344b

Browse files
author
Amit Kapila
committed
Improve errdetail message added by ac0e331.
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 parent 525392d commit 7da344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

+1-1
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)