Re: createdb script bug in 7.3RC2?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: createdb script bug in 7.3RC2?
Date: 2002-11-27 17:02:30
Message-ID: 18426.1038416550@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp> writes:
>> This is certainly not the correct solution.

> I certainly agree. What can I do to pin-point the root cause of the
> problem? My environment vars seem to be set correctly so I don't
> understand why the createlang script is not picking them up ...

I'm still wondering if you are actually invoking a 7.3 server, and not
an old pre-7.1 one. 'psql -c "select version()"' would tell the tale.

Barring that, try adding some debug printouts to
expand_dynamic_library_name() in src/backend/utils/fmgr/dfmgr.c
to see what file names it's actually trying (or just step through it
with a debugger).

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jean-Christian Imbeault 2002-11-27 17:11:43 Re: createdb script bug in 7.3RC2?
Previous Message Jean-Christian Imbeault 2002-11-27 16:45:56 Re: createdb script bug in 7.3RC2?