Re: [HACKERS] domains code query

2006-08-14 Thread andrew
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->

Re: [HACKERS] domains code query

2006-08-14 Thread Tom Lane
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);

[HACKERS] domains code query

2006-08-14 Thread Andrew Dunstan
* 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