This is a discussion on move hash_any from hash to utils within the pgsql Hackers forums, part of the PostgreSQL category; --> I'm trying to cleanup header dependences and it seems hash_any and hash_uint32 function is candidate to move into separate ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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) Any comments? Zdenek -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |
| ||||
| 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 ( > http://doxygen.postgresql.org/network_8c.html) > > Any comments? I considered that too, so +1. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |