pgsql: Retry in FileRead and FileWrite if Windows returns

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Retry in FileRead and FileWrite if Windows returns
Date: 2005-12-01 20:24:32
Message-ID: 20051201202432.422A09DD626@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-12-01 20:24:49 pgsql: Retry in FileRead and FileWrite if Windows returns
Previous Message Tom Lane 2005-12-01 20:24:18 pgsql: Retry in FileRead and FileWrite if Windows returns