[HACKERS] move hash_any from hash to utils

2008-05-30 Thread Zdenek Kotala
I'm trying to cleanup header dependences and it seems hash_any and hash_uint32 function is candidate to move into separate c file in backend/utils/misc directory. It significantly reduce amount of unnecessary includes from files like network.c ( http://doxygen.postgresql.org/network_8c.html)

Re: [HACKERS] move hash_any from hash to utils

2008-05-30 Thread Alvaro Herrera
Zdenek Kotala wrote: I'm trying to cleanup header dependences and it seems hash_any and hash_uint32 function is candidate to move into separate c file in backend/utils/misc directory. It significantly reduce amount of unnecessary includes from files like network.c (