Python interface broken in 6.4

Поиск
Список
Период
Сортировка
От Michael Robinson
Тема Python interface broken in 6.4
Дата
Msg-id 199811052353.HAA10360@public.bta.net.cn
обсуждение исходный текст
Список pgsql-hackers
Apparently the "INV_ARCHIVE" define went away somewhere between 6.3.2 and 6.4,
but this was not reflected in the Python interface.

I had to do this:
   #ifdef PRE_PG_6_4       PyDict_SetItemString(dict, "INV_ARCHIVE", PyInt_FromLong(INV_ARCHIVE));   #endif

in order to get the Python interface to compile.
-Michael Robinson



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] A small problem with the new inet and cidr types