Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Date
Msg-id 486E178F.1090402@enterprisedb.com
Whole thread Raw
In response to pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut  (mha@postgresql.org (Magnus Hagander))
Responses Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
Magnus Hagander wrote:
> Log Message:
> -----------
> Fix a couple of bugs in win32 shmem name generation:
> * Don't cut off the prefix. With this fix, it's again readable.
> * Properly store it in the Global namespace as intended.
>
> Tags:
> ----
> REL8_3_STABLE

What happens if someone launches version 8.3.3 postgres.exe and version
8.3.4 postgres.exe at the same time, on the same data directory? Will
the interlock that prevents two postmasters from starting at the same
time work?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut