pgsql: Make the win32 shared memory code try 10 times instead of one if - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make the win32 shared memory code try 10 times instead of one if
Date
Msg-id 20090505094853.7361475331D@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make the win32 shared memory code try 10 times instead of one if
it fails because the shared memory segment already exists. This
means it can take up to 10 seconds before it reports the error
if it *does* exist, but hopefully it will make the system capable
of restarting even when the server is under high load.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/port:
        win32_shmem.c (r1.4.2.3 -> r1.4.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32_shmem.c?r1=1.4.2.3&r2=1.4.2.4)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make the win32 shared memory code try 10 times instead of one if
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Improve install instructions, stamp alpha 1