Re: Fix some error handling for read() and errno
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@postgresql.org>
Cc: Robert Haas <robertmhaas@gmail.com>, Magnus Hagander <magnus@hagander.net>, Robbie Harwood <rharwood@redhat.com>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, Tom Lane <tgl@sss.pgh.pa.us>, hlinnaka <hlinnaka@iki.fi>, Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2018-07-13T13:38:46Z
Lists: pgsql-hackers
Attachments
- 0001-Rework-error-messages-around-file-handling.patch (text/x-diff) patch 0001
- 0002-Add-interface-to-read-write-fsync-with-transient-fil.patch (text/x-diff) patch 0002
On Mon, Jun 25, 2018 at 04:18:18PM +0900, Michael Paquier wrote: > As this one is done, I have been looking at that this thread again. > Peter Eisentraut has pushed as e5d11b9 something which does not need to > worry about pluralization of error messages. So I have moved to this > message style for all messages. All of this is done as 0001. Mr. Robot has been complaining about this patch set, so attached is a rebased version. Thinking about it, I would tend to just merge 0001 and give up on 0002 as that may not justify future backpatch pain. Thoughts are welcome. -- Michael
Commits
-
Rework error messages around file handling
- 811b6e36a9e2 12.0 landed