Re: pltcl - cannot create 'normal' interpreter - Tcl_CreateSlave() fails - A solution

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pltcl - cannot create 'normal' interpreter - Tcl_CreateSlave() fails - A solution
Дата
Msg-id 21118.1074492083@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pltcl - cannot create 'normal' interpreter - Tcl_CreateSlave() fails - A solution  (Patrick Samson <p_samson@yahoo.com>)
Список pgsql-patches
Patrick Samson <p_samson@yahoo.com> writes:
> Add a call to Tcl_FindExecutable() in
> pltcl.c - pltcl_init_all(),
> just before the call to Tcl_CreateInterp().

> It should be called with argv[0] as argument, but I
> don't know how to get this piece of information for
> pltcl.dll. Anyway, for Windows, it is unused
> (see win/tclWinFile.c - TclpFindExecutable()). Just a
> value != NULL is OK, so I used an empty string.

AFAICS this patch breaks all non-Windows platforms.  Sorry, that
won't do ...

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [patch] Postgres 7.4 - doc INSTALL/Cygwin
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [patch] 7.4 initdb - drop trailing slash from $PGDATA