Re: Win32 question: getppid() with no paren t?
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
- Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, PgSql-Win32 <pgsql-hackers-win32(at)postgresql(dot)org>
- Subject: Re: Win32 question: getppid() with no paren t?
- Date: Sat, 29 May 2004 23:54:07 -0400
- Message-id: <12063(dot)1085889247(at)sss(dot)pgh(dot)pa(dot)us>
Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com> writes:
> Tom Lane wrote:
>> Great. Could I get someone to implement this now?
> Here you go.
Applied, thanks.
> If there is a better place to put the PostmasterHandle, please
> do so by all means.
I thought it was okay there, but should be declared in postmaster.h;
I dislike externs in .c files, because there's no chance of the compiler
catching discrepancies.
> Also, could enable it for EXEC_BACKEND, instead of for
> WIN32,
Not unless HANDLE is a typedef of wider currency than I thought...
regards, tom lane
Home |
Main Index |
Thread Index