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 20080704105018.B3FDB754857@cvs.postgresql.org
Whole thread Raw
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.

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

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