From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec> |
Cc: | Raúl Andrés Duque Murillo <ra_duque(at)yahoo(dot)com(dot)mx>, Lista - PostgreSQL <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Archivo ntstatus.h |
Date: | 2008-12-29 03:13:31 |
Message-ID: | 20081229031330.GB5035@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Jaime Casanova escribió:
> On Sun, Dec 28, 2008 at 7:43 PM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> > Raúl Andrés Duque Murillo escribió:
> >> Cordial Saludo.
> >>
> >> En un servidor windows con postgresql 8.3.5 se me esta presentando el
> >> error 0xC0000142, el log me dice que busque la descripción en el
> >> archivo ntstatus.h pero revisando los fuentes no encuentro ese archivo
> >> ... adonde debo recurrir?
> >
> > Es un encabezado de Windows.
>
> sip, pero windows no necesita las cabeceras... de hecho cuando busco
> ese archivo solo lo encuentro dentro del ambiente de mingw...
postmaster.c, LogChildExit()
(errmsg("%s (PID %d) was terminated by exception 0x%X",
procname, pid, WTERMSIG(exitstatus)),
errhint("See C include file \"ntstatus.h\" for a description of the hexadecimal value.")));
--
Alvaro Herrera Valdivia, Chile ICBM: S 39º 48' 55.3", W 73º 15' 24.7"
"I love the Postgres community. It's all about doing things _properly_. :-)"
(David Garamond)
From | Date | Subject | |
---|---|---|---|
Next Message | Mariano Reingart | 2008-12-29 03:37:38 | Re: Archivo ntstatus.h |
Previous Message | Jaime Casanova | 2008-12-29 01:15:54 | Re: Archivo ntstatus.h |