Re: documentation bug

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: documentation bug
Дата
Msg-id 20140227144329.GO4759@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на documentation bug  (James Harper <james.harper@bendigoit.com.au>)
Список pgsql-general
James Harper wrote:
> Just a minor bug in the documentation - http://www.postgresql.org/docs/9.3/static/bgworker.html says that bgw_main
takesan argument of void*, but when declared as such gcc -Wall gives a warning of: 
>
> init.c:59:19: warning: assignment from incompatible pointer type [enabled by default]
>    worker.bgw_main = listener;
>
> the bgw_main should be declared as taking an argument of Datum.

Yeah, fix pushed.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Dev Kumkar
Дата:
Сообщение: Issue with default values and Rule
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Issue with default values and Rule