Re: TODO: Rename some /contrib modules from pg* to pg_*
От | Tom Lane |
---|---|
Тема | Re: TODO: Rename some /contrib modules from pg* to pg_* |
Дата | |
Msg-id | 2341.1149805682@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | TODO: Rename some /contrib modules from pg* to pg_* ("Joshua D. Drake" <jd@commandprompt.com>) |
Ответы |
Re: TODO: Rename some /contrib modules from pg* to pg_*
Re: TODO: Rename some /contrib modules from pg* to pg_* |
Список | pgsql-hackers |
"Joshua D. Drake" <jd@commandprompt.com> 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
В списке pgsql-hackers по дате отправления: