Bruce Momjian wrote: > > I have applied a modified version of this patch. We now print the > exception value in hex, and give a URL where the exception can be looked > up.
Humm, wouldn't it be more appropriate to put the URL in a errhint() instead? > + ereport(lev, > + > + /*------ > + translator: %s is a noun phrase describing a child process, > such as > + "server process" */ > + (errmsg("%s (PID %d) was terminated by > exception %X\nSee http://source.winehq.org/source/include/ntstatus.h for a > description\nof the hex value.", > + procname, pid, > WTERMSIG(exitstatus)))); > + #endif -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org