git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 882b994)
Remove newline from error message because URL is gone.
2007年1月23日 03:31:33 +0000 (03:31 +0000)
2007年1月23日 03:31:33 +0000 (03:31 +0000)

diff --git a/src/port/exec.c b/src/port/exec.c
index 28be9d7878646aaf4728e3b0e563131efd4195b1..0caf0287919605a8e69ca09bff4b9baab3f1e705 100644 (file)
--- a/src/port/exec.c
+++ b/src/port/exec.c
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.47 2007年01月23日 03:28:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.48 2007年01月23日 03:31:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -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\nof the hex value."),
+ log_error(_("child process was terminated by exception %X\nSee /include/ntstatus.h for a descriptionof the hex value."),
WTERMSIG(exitstatus));
#endif
else
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /