Re: vpath builds and verbose error messages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: vpath builds and verbose error messages
Date
Msg-id 12280.1322322326@sss.pgh.pa.us
Whole thread Raw
In response to Re: vpath builds and verbose error messages  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: vpath builds and verbose error messages
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On fre, 2011-11-18 at 09:44 -0500, Tom Lane wrote:
>> It wouldn't be that hard for elog.c to do strrchr(fname, '/') or
>> something like that,

> Here is a patch for that.  I would also like to backpatch this.

Hmmm ... is it possible that strrchr could change errno?  If so we'd
need to re-order the operations a bit.  Otherwise this seems fine.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: proposal : backend startup hook / after logon trigger
Next
From: Pavan Deolasee
Date:
Subject: Avoiding repeated snapshot computation