Re: [HACKERS] Adding callback support.

2005-05-11 Thread Alvaro Herrera
On Tue, May 10, 2005 at 09:36:59AM +0200, Nicolai Petri wrote: > I'm currently building some stored procedures in C that uses some internal > hash tables - It could be really nice to be able to deallocate those > correctly when e.g. a memctx is destroyed. Would it be possible to add this > as a

[HACKERS] Adding callback support.

2005-05-10 Thread Nicolai Petri
Hi ppl, I'm currently building some stored procedures in C that uses some internal hash tables - It could be really nice to be able to deallocate those correctly when e.g. a memctx is destroyed. Would it be possible to add this as a postgresql feature and how should it be done. I also have som