Re: DEALLOCATE ALL
От | Alvaro Herrera |
---|---|
Тема | Re: DEALLOCATE ALL |
Дата | |
Msg-id | 20070330144137.GK4215@alvh.no-ip.org обсуждение исходный текст |
Ответ на | Re: DEALLOCATE ALL ("Marko Kreen" <markokr@gmail.com>) |
Ответы |
Re: DEALLOCATE ALL
|
Список | pgsql-patches |
Marko Kreen escribió: > On 3/30/07, Alvaro Herrera <alvherre@commandprompt.com> wrote: > >In any case it's not likely that there are going to be thousands of > >prepared statements, so is this really an issue? > > I think the issue is here that its very common thing to do, > so open-coding it everywhere is waste, there should be some > utility function for that. > > void hash_foreach(HTAB, void (*cb_func)(void *)); Extra points if you can implement a map() function for hashes ;-) (I think it's called "mutator" in our sources for other kind of stuff) I think it would be void *hash_map(HTAB, void *(*map_func) (void *)) Not sure what the return value would be though :-( (Maybe this is extra complication enough that it's not worth the hassle) -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.
В списке pgsql-patches по дате отправления: