Re: [COMMITTERS] pgsql/contrib/rserv ApplySnapshot.in CleanLog. ...

From: "Alexey V(dot) Borzov" <borz_off(at)rdw(dot)ru>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [COMMITTERS] pgsql/contrib/rserv ApplySnapshot.in CleanLog. ...
Date: 2002-10-01 05:00:29
Message-ID: 1241962301.20021001090029@rdw.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Peter,

Tuesday, October 01, 2002, 1:42:46 AM, you wrote:

PE> Bruce Momjian writes:

>> Peter, the author is questioning why his Makefile changes were wrong.
>> Would you elaborate?

PE> Because we rely on the built-in library lookup functionality instead of
PE> hardcoding the full file name.

Agh! I finally read up on module loading
http://developer.postgresql.org/docs/postgres/xfunc-c.html#XFUNC-C-DYNLOAD
and now I seem to understand. You see, the problem with the current
Makefile is as follows: it substitutes '$libdir' into both .sql and
perl files. While this is good enough for sql, $libdir is consumed
by Perl and thus perl scripts do NOT work.
Thanks for elaborating, I'll try to produce a better patch ASAP.

--
С уважением, Алексей Борзов
отдел интернет-проектов ООО "РДВ-Медиа"
http://www.rdw.ru
http://www.vashdosug.ru

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2002-10-01 06:26:55 Re: Postgresql likes Tuesday...
Previous Message Tom Lane 2002-10-01 04:40:35 Re: Postgres Planner Bug