BUG #1490: contrib .sql.in sed command bogus - Mailing list pgsql-bugs

From Alexis Wilke
Subject BUG #1490: contrib .sql.in sed command bogus
Date
Msg-id 20050220083410.3CE85F0AC8@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1490: contrib .sql.in sed command bogus  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1490
Logged by:          Alexis Wilke
Email address:      alexis@m2osw.com
PostgreSQL version: 8.0.1
Operating system:   Linux
Description:        contrib .sql.in sed command bogus
Details:

Inside pgxs.mk I had to change the $$libdir into $(libdir ) to get the
proper path in the final .sql file:


ifneq (,$(MODULES)$(MODULE_big))
%.sql: %.sql.in
    sed 's,MODULE_PATHNAME,$(libdir)/$*,g' $< >$@
endif

pgsql-bugs by date:

Previous
From: "rob delong"
Date:
Subject: BUG #1489: configure confusion
Next
From: "Jesper Udby"
Date:
Subject: BUG #1488: CREATE TABLESPACE does not work