Re: vpath builds and verbose error messages
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2011-11-26T12:38:43Z
Lists: pgsql-hackers
Attachments
- ereport-vpath-filename.patch (text/x-patch) patch
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.