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

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

From
mha@postgresql.org (Magnus Hagander)
Date:
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)