Re: What in the world is happening on spoonbill? - Mailing list pgsql-hackers

From Jeremy Drake
Subject Re: What in the world is happening on spoonbill?
Date
Msg-id Pine.BSO.4.64.0805171158510.23450@resin.csoft.net
Whole thread Raw
In response to Re: What in the world is happening on spoonbill?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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"


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: What in the world is happening on spoonbill?
Next
From: Steve Singer
Date:
Subject: Re: [rfc,patch] PL/Proxy in core