Re: bug in contrib/contrib-global.mk - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: bug in contrib/contrib-global.mk
Date
Msg-id Pine.LNX.4.44.0209031904460.1157-100000@localhost.localdomain
Whole thread Raw
In response to bug in contrib/contrib-global.mk  (gianpaolo racca <gianpaolo@preciso.net>)
List pgsql-bugs
gianpaolo racca writes:

> In postgres 7.2.2 i found an error that causes array not to be correctly
> installed, because variable $libdir not to be expanded.
>
> line 196
> sed 's,MODULE_PATHNAME,$$libdir/$*,g' $< >$@
> I think should be
> sed 's,MODULE_PATHNAME,$(libdir)/$*,g' $< >$@

No, it's correct.  The $libdir is interpreted by the server.

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Postgres 7.2.2
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #755: Error on create a new sequence by using the create table command.