Re: [HACKERS] removing tsearch2

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: [HACKERS] removing tsearch2
Дата
Msg-id FA715DC7-C041-45E6-B0EC-6687042F1428@justatheory.com
обсуждение исходный текст
Ответ на Re: [HACKERS] removing tsearch2  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] removing tsearch2  (Mike Blackwell <mike.blackwell@rrd.com>)
Список pgsql-hackers
On Feb 27, 2017, at 1:53 PM, Bruce Momjian <bruce@momjian.us> wrote:

> Oh, does CPAN distribute compiled modules or requires users to compile
> them.

Like PGXN, it formally does not care, but its implementation expects source code distributions what will be built and
installedby users. Note that the vast majority of those modules, -- even pure Perl modules -- are built with make. 

So users typically get their Perl modules in one of these ways:

1. As binaries from their distribution’s package manager. These tend to be updated manually by volunteers and not
integratedinto CPAN, though there are solutions such as [rpmcpan](https://github.com/iovation/rpmcpan) and
[PPM](http://www.activestate.com/activeperl/ppm-perl-modules)which do regular distro package builds. 

2. As source code from CPAN, from which they are compiled (when necessary), built, and installed by the user or a build
systemsuch as [Homebrew](https://brew.sh). 

Best,

David


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] removing tsearch2
Следующее
От: Mike Blackwell
Дата:
Сообщение: Re: [HACKERS] removing tsearch2