"Joshua D. Drake" <[EMAIL PROTECTED]> writes: > 1. Fix makefiles so that contrib modules such as pgcrypto are not pg_crypto > 2. Move directories to reflect above > 3. Fix source and makefiles within sub project directories to create > binaries and libs with correct output.. thus libpgcrypto.so.0.0 would > become libpg_crypto.so.0.0
That will lose the CVS history of the modules, which is not worth the small benefit gained from more consistent-looking names. Renaming existing shared libraries is also a very bad idea, because it will break existing dump scripts. I don't know when that TODO item got put in, but it's a stupid idea. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings