Re: HEADS UP: Win32/OS2/BeOS native ports - Mailing list pgsql-hackers

From Matthew Kirkwood
Subject Re: HEADS UP: Win32/OS2/BeOS native ports
Date
Msg-id Pine.LNX.4.33.0205041056540.12123-100000@sphinx.mythic-beasts.com
Whole thread Raw
In response to Re: HEADS UP: Win32/OS2/BeOS native ports  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: HEADS UP: Win32/OS2/BeOS native ports  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, 3 May 2002, Tom Lane wrote:

> But what we must *not* do is allow a new postmaster to start while the
> old backends are still running; that would mean two sets of backends
> running without contact with each other, which would be fatal for data
> integrity.  The SysV API lets us detect that case, but I don't see any
> equally good way to do it if we are using anonymous shared memory.

It's a hack (and has slight security implications), but you
could just allow the postgres backends to keep the listening
socket(s) open.

Matthew.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Using views and MS access via odbc
Next
From: Gavin Sherry
Date:
Subject: Auto-reload of dynamic libraries