Re: regress bug
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David E. Wheeler" <david@justatheory.com>
Cc: Andrew Dunstan <andrew.dunstan@pgexperts.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-03-08T20:59:03Z
Lists: pgsql-hackers
"David E. Wheeler" <david@justatheory.com> writes: > While youre there, an issue I noticed is that the MODULE_PATHNAME > substitutions do not work if you have your SQL files in a > subdirectory. Huh? MODULE_PATHNAME is not substituted by pg_regress at all (anymore anyway). There's still some vestigial support for it in pgxs.mk, but the future of that code is to vanish, not get improved. You should not be needing it to get substituted at build time either. regards, tom lane