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

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Date
Msg-id 20080704105020.41233754857@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-committers
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

Modified Files:
--------------
    pgsql/src/backend/port:
        win32_shmem.c (r1.4 -> r1.4.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32_shmem.c?r1=1.4&r2=1.4.2.1)

pgsql-committers by date:

Previous
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pllolcode - pllolcode: Update documentation
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut