[GENERAL] Set Returning C-Function with cache over multiple calls (with different arguments)

2010-01-11 Thread Thilo Schneider
he object is by far the most expensive part in the desired function, it should be possible to create the cache only once over the whole query - using only the arguments in the array, which do not change over multiple calls. Is there a way around this problem? Another pointer I could use and do not know

Re: [GENERAL] Set Returning C-Function with cache over multiple calls (with different arguments)

2010-01-11 Thread Thilo Schneider
PG_RETURN_NULL(); } while (0); // Of course, SRF_RETURN_DATUM has to be adapted the same way! } ------- snip --- Regards, Thilo Schneider -- Sent via pgsql-general mailing list (pg