Re: pgcrypto 'cryptsrc' in Makefile: what is that?

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: pgcrypto 'cryptsrc' in Makefile: what is that?
Дата
Msg-id 20050826084144.GA5778@l-t.ee
обсуждение исходный текст
Ответ на pgcrypto 'cryptsrc' in Makefile: what is that?  ("Colin E. Freas" <cef6@georgetown.edu>)
Список pgsql-admin
On Thu, Aug 25, 2005 at 07:31:54PM -0400, Colin E. Freas wrote:
>
> In the Makefile for pgcrypto there's a cryptsrc variable you can set to
> 'builtin' or 'system'.
>
> Makefile only references the variable when it's set to 'builtin'...  I
> can't figure out what it's supposed to do when set to 'system'.

See the 'else' branch.

> Anyone happen to know?

It makes pgcrypto use libc's crypt() instead of builtin code.

It is rather pointless option.  It is removed in 8.1.

--
marko


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

Предыдущее
От: "Bouchard Sylvie"
Дата:
Сообщение: Password and batch process
Следующее
От: "Kevin Keith"
Дата:
Сообщение: Re: Question regarding blocking locks