BUG #1490: contrib .sql.in sed command bogus

From: "Alexis Wilke" <alexis(at)m2osw(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1490: contrib .sql.in sed command bogus
Date: 2005-02-20 08:34:10
Message-ID: 20050220083410.3CE85F0AC8@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1490
Logged by: Alexis Wilke
Email address: alexis(at)m2osw(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexis Wilke 2005-02-20 08:45:56 BUG #1491: Getting an "undefined symbol" when loading contrib mod.
Previous Message Juu 2005-02-20 06:15:55 problem installing postgresql-8.0.1 on Windows 2K