projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef60de6
)
Remove incorrect %s in string
author
Magnus Hagander
<
[email protected]
>
Mon, 9 Nov 2020 09:36:49 +0000
(10:36 +0100)
committer
Magnus Hagander
<
[email protected]
>
Mon, 9 Nov 2020 09:38:22 +0000
(10:38 +0100)
Appears to have been a copy/paste error in the original commit that
moved the messages to fe_utils/.
Author: Tang, Haiying <
[email protected]
>
Backpatch-through: 13
Discussion: https://postgr.es/m/
3321cbcea76d4d2c8320a05c19b9304a
@G08CNEXMBPEKD05.g08.fujitsu.local
src/fe_utils/cancel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/fe_utils/cancel.c
b/src/fe_utils/cancel.c
index 70042017481a77a7ceda12cd6e30ddb92f7bbe64..0a385647df89a02bd35b0c9d28b2315fb2f91141 100644
(file)
--- a/
src/fe_utils/cancel.c
+++ b/
src/fe_utils/cancel.c
@@
-207,7
+207,7
@@
consoleHandler(DWORD dwCtrlType)
}
else
{
- write_stderr(_("Could not send cancel request:
%s
"));
+ write_stderr(_("Could not send cancel request: "));
write_stderr(errbuf);
}
}