Re: kqueue

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: kqueue
Дата
Msg-id CAEepm=0Wb-+KBuMQZT1Fb_YAKrf59_0xWos-0mfoODFsjtcV=Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: kqueue  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: kqueue  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
On Fri, Jun 3, 2016 at 4:02 AM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> Tom Lane wrote:
>> Andres Freund <andres@anarazel.de> writes:
>> >> pg_strtoi?
>>
>> > I think that's what Thomas did upthread. Are you taking this one then?
>>
>> I'd go with just "strtoint".  We have "strtoint64" elsewhere.
>
> For closure of this subthread: this rename was committed by Tom as
> 0ab3595e5bb5.

Thanks.  And here is a new version of the kqueue patch.  The previous
version doesn't apply on top of recent commit
a3b30763cc8686f5b4cd121ef0bf510c1533ac22, which sprinkled some
MAXALIGN macros nearby.  I've now done the same thing with the kevent
struct because it's cheap, uniform with the other cases and could
matter on some platforms for the same reason.

It's in the September commitfest here: https://commitfest.postgresql.org/10/597/

--
Thomas Munro
http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: array of domain types
Следующее
От: Josh berkus
Дата:
Сообщение: Re: Rename max_parallel_degree?