pgsql: Retry in FileRead and FileWrite if Windows returns - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Retry in FileRead and FileWrite if Windows returns
Date
Msg-id 20051201202432.422A09DD626@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.
Also add a retry for Unixen returning EINTR, which hasn't been reported
as an issue but at least theoretically could be.  Patch by Qingqing Zhou,
some minor adjustments by me.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/file:
        fd.c (r1.121.2.1 -> r1.121.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.121.2.1&r2=1.121.2.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Retry in FileRead and FileWrite if Windows returns
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Retry in FileRead and FileWrite if Windows returns