The following bug has been logged online:

Bug reference:      1490
Logged by:          Alexis Wilke
Email address:      [EMAIL PROTECTED]
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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to