Thread: pgsql: Revert previous patch to put the shared memory segment on win32

pgsql: Revert previous patch to put the shared memory segment on win32

From
mha@postgresql.org (Magnus Hagander)
Date:
Log Message:
-----------
Revert previous patch to put the shared memory segment on win32
in the Global\ namespace, because it caused permission errors on
a lot of platforms.

We need to come up with something better for 8.4, but for now
revert to the pre-8.3.4 behaviour.

Tags:
----
REL8_3_STABLE

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