PL/Python warnings in CVS HEAD

Поиск
Список
Период
Сортировка
От Neil Conway
Тема PL/Python warnings in CVS HEAD
Дата
Msg-id 1172949316.6571.53.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: PL/Python warnings in CVS HEAD  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
FYI, I see the following warnings compiling CVS HEAD:

src/pl/plpython/plpython.c:2006: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2008: warning: 'intargfunc' is deprecated
src/pl/plpython/plpython.c:2008: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2009: warning: 'intargfunc' is deprecated
src/pl/plpython/plpython.c:2009: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2010: warning: 'intintargfunc' is deprecated
src/pl/plpython/plpython.c:2010: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2011: warning: initialization from
incompatible pointer type
src/pl/plpython/plpython.c:2012: warning: initialization from
incompatible pointer type

This is on Ubuntu fiesty, Python 2.5, gcc 4.1.2, AMD64.

-Neil




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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: New Access Method
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PL/Python warnings in CVS HEAD