m...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to