Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on
Date
Msg-id 12943.1248544219@sss.pgh.pa.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
mha@postgresql.org (Magnus Hagander) writes:
> Log Message:
> -----------
> Reserve the shared memory region during backend startup on Windows, so
> that memory allocated by starting third party DLLs doesn't end up
> conflicting with it.

I am wondering why failure of the various TerminateProcess calls in
postmaster.c is elog(ERROR) and not elog(LOG).  While that probably
shouldn't happen, aborting the postmaster isn't a good response if it
does.  This patch introduces a new occurrence, but I see it is just
copying what was there already.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: proposal: support empty string as separator for string_to_array
Next
From: Pavel Stehule
Date:
Subject: Re: proposal: support empty string as separator for string_to_array