Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES), - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES),
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES),  (Qingqing Zhou <[email protected]>)
List pgsql-committers
Qingqing Zhou <[email protected]> writes:
> "Tom Lane" <[email protected]> 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

pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add spacing around operators.
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Cosmetic changes to dblink.