Re: pgsql: Add kqueue(2) support to the WaitEventSet API.
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Alexander Korotkov <a.korotkov@postgrespro.ru>,
Thomas Munro <tmunro@postgresql.org>, pgsql-committers <pgsql-committers@lists.postgresql.org>
Date: 2020-03-18T00:07:10Z
Lists: pgsql-hackers
On Tue, Mar 17, 2020 at 10:21 AM Thomas Munro <thomas.munro@gmail.com> wrote: > I'm now far away from my home Mac so I can't test until later but I > think we can fix this by double checking with the pipe: Pushed.
Commits
-
Don't use EV_CLEAR for kqueue events.
- 9b8aa0929390 13.0 cited
-
Fix kqueue support under debugger on macOS.
- 7bc84a1f304a 13.0 landed
-
Account explicitly for long-lived FDs that are allocated outside fd.c.
- 3d475515a15f 13.0 landed
-
Add kqueue(2) support to the WaitEventSet API.
- 815c2f0972c8 13.0 cited
-
Introduce WaitEventSet API.
- 98a64d0bd713 9.6.0 cited