Tom Lane wrote:
> Andrew Dunstan <[EMAIL PROTECTED]> writes:
>> domains.c contains the followng snippet in domain_in():
>
>> else* if (my_extra->domain_type != domainType)
>> domain_state_setup(my_extra, domainType, false,
>> fcinfo->
Andrew Dunstan <[EMAIL PROTECTED]> writes:
> domains.c contains the followng snippet in domain_in():
> else* *if* (my_extra->domain_type != domainType)
> domain_state_setup(my_extra, domainType, false,
> fcinfo->flinfo->fn_mcxt);
*
domains.c contains the followng snippet in domain_in():
else* *if* (my_extra->domain_type != domainType)
domain_state_setup(my_extra, domainType, false,
fcinfo->flinfo->fn_mcxt);
We were just looking at this code (in the c