|
9 | 9 | * |
10 | 10 | * |
11 | 11 | * IDENTIFICATION |
12 | | - * $PostgreSQL: pgsql/src/port/exec.c,v 1.47 2007/01/23 03:28:49 momjian Exp $ |
| 12 | + * $PostgreSQL: pgsql/src/port/exec.c,v 1.48 2007/01/23 03:31:33 momjian Exp $ |
13 | 13 | * |
14 | 14 | *------------------------------------------------------------------------- |
15 | 15 | */ |
@@ -586,7 +586,7 @@ pclose_check(FILE *stream) |
586 | 586 | log_error(_("child process was terminated by signal %d"), |
587 | 587 | WTERMSIG(exitstatus)); |
588 | 588 | #else |
589 | | -log_error(_("child process was terminated by exception %X\nSee /include/ntstatus.h for a description\nof the hex value."), |
| 589 | +log_error(_("child process was terminated by exception %X\nSee /include/ntstatus.h for a description of the hex value."), |
590 | 590 | WTERMSIG(exitstatus)); |
591 | 591 | #endif |
592 | 592 | else |
|