Robert Haas <robertmh...@gmail.com> writes:
> On Mon, Dec 4, 2017 at 12:05 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:
>> The only part of this that seems likely to be controversial is the
>> decision to get rid of special-case error messages, eg replace
>> "could not open tablespace directory \"%s\": %m"
>> with the more generic
>> "could not open directory \"%s\": %m"
>> As I said in the previous thread, I don't see anything much wrong
>> with that; but if anyone doesn't like it, speak now.

> I find that change an improvement, but not something to back-patch.

Yeah, agreed.  The only thing I'm concerned about back-patching is
the places where a wrong errno might be reported.

                        regards, tom lane

Reply via email to