Re: [HACKERS] [PATCH] Document that directly callable functions may use fn_extra

2015-06-03 Thread Jim Nasby
On 5/29/15 10:21 AM, Peter Eisentraut wrote: On 5/28/15 10:15 PM, Craig Ringer wrote: I was a puzzled by src/backend/utils/fmgr/README and fmgr.h's descriptions of fcinfo->flinfo->fn_extra (FmgrInfo.fn_extra) as they seem to conflict with actual usage. The docs suggest that fl_extra is for the

Re: [HACKERS] [PATCH] Document that directly callable functions may use fn_extra

2015-05-29 Thread Peter Eisentraut
On 5/28/15 10:15 PM, Craig Ringer wrote: > I was a puzzled by src/backend/utils/fmgr/README and fmgr.h's > descriptions of fcinfo->flinfo->fn_extra (FmgrInfo.fn_extra) as they > seem to conflict with actual usage. > > The docs suggest that fl_extra is for the use of function call handlers, > but