Re: kqueue

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Noah Misch <noah(at)leadboat(dot)com>
Subject: Re: kqueue
Date: 2016-06-02 23:45:10
Message-ID: CAEepm=0Wb-+KBuMQZT1Fb_YAKrf59_0xWos-0mfoODFsjtcV=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 3, 2016 at 4:02 AM, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> wrote:
> Tom Lane wrote:
>> Andres Freund <andres(at)anarazel(dot)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

Attachment Content-Type Size
kqueue-v4.patch application/octet-stream 15.0 KB

In response to

  • Re: kqueue at 2016-06-02 16:02:14 from Alvaro Herrera

Responses

  • Re: kqueue at 2016-09-06 22:32:59 from Marko Tiikkaja

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh berkus 2016-06-03 01:02:53 Re: Rename max_parallel_degree?
Previous Message Rod Taylor 2016-06-02 23:02:07 Re: array of domain types