projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dca971
)
Remove newline from error message because URL is gone.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 23 Jan 2007 03:31:33 +0000
(
03:31
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 23 Jan 2007 03:31:33 +0000
(
03:31
+0000)
src/port/exec.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/exec.c
b/src/port/exec.c
index afb8ade338e0f91f8987dcfacd21b332f39580cf..2839a6509937e238af924d9b39d25404c19e6735 100644
(file)
--- a/
src/port/exec.c
+++ b/
src/port/exec.c
@@
-586,7
+586,7
@@
pclose_check(FILE *stream)
log_error(_("child process was terminated by signal %d"),
WTERMSIG(exitstatus));
#else
- log_error(_("child process was terminated by exception %X\nSee /include/ntstatus.h for a description
\n
of the hex value."),
+ log_error(_("child process was terminated by exception %X\nSee /include/ntstatus.h for a description
of the hex value."),
WTERMSIG(exitstatus));
#endif
else