Re: documentation bug

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: James Harper <james(dot)harper(at)bendigoit(dot)com(dot)au>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: documentation bug
Date: 2014-02-27 14:43:29
Message-ID: 20140227144329.GO4759@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 takes an 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-02-27 15:14:31 Re: Issue with default values and Rule
Previous Message Dev Kumkar 2014-02-27 11:45:34 Issue with default values and Rule