From: | Jeremy Drake <pgsql(at)jdrake(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: What in the world is happening on spoonbill? |
Date: | 2008-05-17 19:01:06 |
Message-ID: | Pine.BSO.4.64.0805171158510.23450@resin.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, 17 May 2008, Tom Lane wrote:
> Does anyone know how to get the child
> process exit status on Windows?
GetExitCodeProcess, if you've got the process handle handy (which I assume
you do, since you most likely were calling one of the WaitFor...Object
family of functions.
http://msdn.microsoft.com/en-us/library/ms683189(VS.85).aspx
>
> regards, tom lane
>
>
--
Then a man said: Speak to us of Expectations.
He then said: If a man does not see or hear the waters of the Jordan,
then he should not taste the pomegranate or ply his wares in an open
market.
If a man would not labour in the salt and rock quarries then he should
not accept of the Earth that which he refuses to give of himself.
Such a man would expect a pear of a peach tree.
Such a man would expect a stone to lay an egg.
Such a man would expect Sears to assemble a lawnmower.
-- Kehlog Albran, "The Profit"
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Singer | 2008-05-17 19:11:21 | Re: [rfc,patch] PL/Proxy in core |
Previous Message | Stefan Kaltenbrunner | 2008-05-17 18:13:00 | Re: What in the world is happening on spoonbill? |