[HACKERS] PL Caching in TopTransactionContext

2006-10-05 Thread yazicivo
Hi, I've been planning to implement a caching mechanism for non-volatile (and non-SRF) procedures in PL/scheme, that'll return pre-computed values in case of a procedure signature overlap[1]. First, I decided to use fcinfo-flinfo-fn_mcxt context for the storage. But then I learnt it'll survive

Re: [HACKERS] PL Caching in TopTransactionContext

2006-10-05 Thread Tom Lane
[EMAIL PROTECTED] writes: I've been planning to implement a caching mechanism for non-volatile (and non-SRF) procedures in PL/scheme, that'll return pre-computed values in case of a procedure signature overlap[1]. This has generally been considered a bad idea even if implemented for all