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
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