pgsql: Strip file names reported in error messages in vpath builds - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Strip file names reported in error messages in vpath builds
Date
Msg-id E1RVcGN-0001tY-PI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Strip file names reported in error messages in vpath builds

In vpath builds, the __FILE__ macro that is used in verbose error
reports contains the full absolute file name, which makes the error
messages excessively verbose.  So keep only the base name, thus
matching the behavior of non-vpath builds.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fe0fa1f9b403a84f25b163a02e8676119e37b097

Modified Files
--------------
src/backend/utils/error/elog.c |   18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove duplicate definition of 'progname'.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Strip file names reported in error messages in vpath builds