]> granicus.if.org Git - postgresql/commit
Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Dec 2005 20:24:49 +0000 (20:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Dec 2005 20:24:49 +0000 (20:24 +0000)
commiteeae797d33ab9c45f70b52c3e19d7ac271b59f77
treeda33368f1e695056be7e95d53808246629b2bf34
parent64c09adea7d221ab2e1f0389cf94f3925bc8618f
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.
src/backend/storage/file/fd.c