Re: Reduce dependancies of postmaster (without --as-needed)
В списке pgsql-patches по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: Reduce dependancies of postmaster (without --as-needed) |
| Дата | |
| Msg-id | 20051127213059.GC7138@surnet.cl обсуждение |
| Ответ на | [PATCH] Reduce dependancies of postmaster (without --as-needed) (Martijn van Oosterhout <kleptog@svana.org>) |
| Ответы |
Re: Reduce dependancies of postmaster (without --as-needed)
|
| Список | pgsql-patches |
Martijn van Oosterhout wrote: > Attached is a patch which applies this filtering to the backend and has > the same results as linking with --as-needed. I basically took the > filter list of libpq and altered it as follows: > > libs removed: -lnsl -lresolv > libs added: -ldl -lm Hmm, we don't need -ldl? How do we implement OPEN etc if not without dlopen()? [looks around] I see this is with pg_dlopen which in turn is dlopen in Linux and others. Did you try contrib's regression test? plperl's? -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера