Re: Check for interrupts in bf and xdes crypt()

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Check for interrupts in bf and xdes crypt()
Дата
Msg-id 20151227160520.GD58441@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Check for interrupts in bf and xdes crypt()  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Jeff Janes wrote:
> On Tue, Dec 15, 2015 at 12:35 AM, Andreas Karlsson <andreas@proxel.se> wrote:

> > Here is a patch which makes it possible to cancel a query which runs the
> > crypt() function with the bf or xdes hashing algorithm, e.g. crypt('foo',
> > gen_salt('bf', 13)). The md5 algorithm does not run for multiple rounds so
> > there is no reason to patch it.

> Looks good to me.  Applies, builds, passes make check, does what it
> says and says what it does.  No need for docs, no noticeable
> performance impact.
> 
> I've marked it ready for committer.  Also recommend for back-patching.

Pushed, thanks.

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



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Avoid endless futile table locks in vacuuming.
Следующее
От: Grzegorz Sampolski
Дата:
Сообщение: Re: pam auth - add rhost item