documentation bug

From: James Harper <james(dot)harper(at)bendigoit(dot)com(dot)au>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: documentation bug
Date: 2014-02-27 10:47:44
Message-ID: 6035A0D088A63A46850C3988ED045A4B6F3B8057@BITCOM1.int.sbss.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

James

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dev Kumkar 2014-02-27 11:45:34 Issue with default values and Rule
Previous Message Scott Marlowe 2014-02-27 06:32:36 Re: Multiple Schema in One DB