Re: TCL fix in HEAD

Поиск
Список
Период
Сортировка
От Matt Newell
Тема Re: TCL fix in HEAD
Дата
Msg-id 200709281500.00937.newellm@blur.com
обсуждение исходный текст
Ответ на TCL fix in HEAD  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: TCL fix in HEAD  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
On Friday 28 September 2007 14:04, Bruce Momjian wrote:
> ** 178,184 ****
>    * within Postgres, but we implement all the functions for completeness.
>    * We can only fix this with Tcl >= 8.2, when Tcl_SetNotifier() appeared.
>    */
> ! #if HAVE_TCL_VERSION(8,2)

You missed the 8.2 in the comment.


Matt

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

Предыдущее
От: "Marshall, Steve"
Дата:
Сообщение: Re: TCL fix in HEAD
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Add function for quote_qualified_identifier?