Changes to building dynamically loadable modules

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Changes to building dynamically loadable modules
Дата
Msg-id 200804022110.19077.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: Changes to building dynamically loadable modules  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
The attached patch implements a few changes to how shared libraries and
dynamically loadable modules are built.  Foremost, it creates a solid
distinction between these two types of targets based on what had already been
implemented and duplicated in ad hoc ways before.  Specifically,

- Dynamically loadable modules no longer get a soname.  The numbers previously
set in the makefiles were dummy numbers anyway, and the presence of a soname
upset a few packaging tools, so it is nicer not to have one.

- The cumbersome detour taken on installation (build a libfoo.so.0.0.0 and
then override the rule to install foo.so instead) is removed.

- Lots of duplicated code simplified.

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: chris.johnson@desknetinc.com
Дата:
Сообщение: Patch to add a feature to pg_standby
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Consistent \d commands in psql