Re: createdb script bug in 7.3RC2?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: createdb script bug in 7.3RC2?
Дата
Msg-id 18426.1038416550@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: createdb script bug in 7.3RC2?  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Список pgsql-bugs
Jean-Christian Imbeault <jc@mega-bucks.co.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Jean-Christian Imbeault
Дата:
Сообщение: Re: createdb script bug in 7.3RC2?
Следующее
От: Jean-Christian Imbeault
Дата:
Сообщение: Re: createdb script bug in 7.3RC2?