projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525392d
)
Improve errdetail message added by ac0e33136a.
author
Amit Kapila
Thu, 20 Feb 2025 08:32:29 +0000
(14:02 +0530)
committer
Amit Kapila
Thu, 20 Feb 2025 08:32:29 +0000
(14:02 +0530)
Make it consistent with other similar messages.
Author: Kyotaro Horiguchi
Reviewed-by: Hayato Kuroda
Discussion: https://postgr.es/m/
20250220
.140839.
1444694904721968348
[email protected]
src/backend/replication/slot.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slot.c
b/src/backend/replication/slot.c
index 292407f51494d0eb617e310921ec99681d2049ce..84270c493a59202726a8d5b4c24de75d2eb85f54 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-2986,7
+2986,7
@@
check_idle_replication_slot_timeout(int *newval, void **extra, GucSource source)
{
if (IsBinaryUpgrade && *newval != 0)
{
- GUC_check_errdetail("
The value of
\"%s\" must be set to 0 during binary upgrade mode.",
+ GUC_check_errdetail("\"%s\" must be set to 0 during binary upgrade mode.",
"idle_replication_slot_timeout");
return false;
}