Re: Extensions vs PGXS' MODULE_PATHNAME handling
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David E. Wheeler" <david@kineticode.com>
Cc: Dimitri Fontaine <dimitri@2ndQuadrant.fr>, pgsql-hackers@postgresql.org
Date: 2011-02-14T01:13:26Z
Lists: pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes: > On Feb 13, 2011, at 4:59 PM, Tom Lane wrote: >> I suppose if you really wanted foo.sql to always be the head version, >> you could do something like "cp foo.sql foo--$VERSION.sql" as part of >> the build process in the Makefile. > That would be okay. Is $EXTVERSION still defined in the Makefile? ($VERSION is the PostgreSQL version, of course). I haven't set the contrib makefiles up that way, but of course you could do it if you wanted to in your own makefiles. regards, tom lane