vpath builds and verbose error messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: vpath builds and verbose error messages
Date: 2011-11-18 04:34:18
Message-ID: 1321590858.4972.3.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When using verbose error messages (psql \set VERBOSITY verbose) with a
vpath build, you get this sort of thing:

ERROR: 42703: column "foo" does not exist
LINE 1: select foo;
^
LOCATION: transformColumnRef, /build/buildd-postgresql-9.1_9.1.1-3-i386-AP0ovQ/postgresql-9.1-9.1.1/build/../src/backend/parser/parse_expr.c:766

Can we shorten that path somehow? Either in the C code when printing it
out, or during the build. Any ideas?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-11-18 04:49:06 Re: RangeVarGetRelid()
Previous Message Bruce Momjian 2011-11-18 04:20:26 Re: pgsql: Do missed autoheader run for previous commit.