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

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Magnus Hagander" <mha(at)postgresql(dot)org>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Date: 2008-07-04 12:29:03
Message-ID: 486E178F.1090402@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-07-04 12:49:31 Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Previous Message Magnus Hagander 2008-07-04 10:50:20 pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2008-07-04 12:36:36 Re: Concurrent Restores
Previous Message Magnus Hagander 2008-07-04 10:50:20 pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut