Re: bug in contrib/contrib-global.mk

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: gianpaolo racca <gianpaolo(at)preciso(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: bug in contrib/contrib-global.mk
Date: 2002-09-03 18:54:24
Message-ID: Pine.LNX.4.44.0209031904460.1157-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-09-03 20:31:30 Bug #755: Error on create a new sequence by using the create table command.
Previous Message Bruce Momjian 2002-09-03 17:50:50 Re: Postgres 7.2.2