Qingqing Zhou <zhouqq@cs.toronto.edu> writes:
> "Tom Lane" <tgl@svr1.postgresql.org> wrote
>> Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log
>> level for unrecognized win32 error codes to LOG, and make messages
>> conform to style guide.
> This patch does not really work. This is because when mdread()/mdwrite()
> fails, it does *not* call our own _dosmaperr() routine.
Agreed, it does not help mdread, but it's still an improvement.
regards, tom lane