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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy