documentation bug - Mailing list pgsql-general

From James Harper
Subject documentation bug
Date
Msg-id 6035A0D088A63A46850C3988ED045A4B6F3B8057@BITCOM1.int.sbss.com.au
Whole thread Raw
Responses Re: documentation bug  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-general
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.

James


pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Multiple Schema in One DB
Next
From: Dev Kumkar
Date:
Subject: Issue with default values and Rule