Re: Renaming more clearly SHA functions in pgcrypto/

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Renaming more clearly SHA functions in pgcrypto/
Дата
Msg-id 20160704170916.GA426299@alvherre.pgsql
обсуждение исходный текст
Ответ на Renaming more clearly SHA functions in pgcrypto/  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Renaming more clearly SHA functions in pgcrypto/  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Michael Paquier wrote:
> Hi all,
> (folks interested in that in CC)
> 
> While looking at some facility in pgcrypto, I have noticed the stanza
> created by 56f4478 to prevent conflicts with OpenSSL, like that:
> +#define SHA256_Init pg_SHA256_Init
> +#define SHA256_Update pg_SHA256_Update
> 
> Wouldn't it be better to avoid that, and just rename all those
> functions as pg_shaXX_foo?

Sure.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Andrew Borodin
Дата:
Сообщение: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]