Re: Reducing WaitEventSet syscall churn

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Reducing WaitEventSet syscall churn
Date: 2020-07-30 21:42:03
Message-ID: CA+hUKGLY-98uahXL=9+R_uiLAY5Mzn=SCJT1=ExsW_YRkUtuPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 30, 2020 at 5:50 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> I pushed those three patches, but will wait for more discussion on the rest.

And here's a rebase, to make cfbot happy.

Attachment Content-Type Size
v6-0001-Use-WL_EXIT_ON_PM_DEATH-in-FeBeWaitSet.patch text/x-patch 3.3 KB
v6-0002-Introduce-symbolic-names-for-FeBeWaitSet-position.patch text/x-patch 4.0 KB
v6-0003-Use-FeBeWaitSet-for-walsender.c.patch text/x-patch 3.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-30 21:42:16 Re: OpenSSL randomness seeding
Previous Message Daniel Gustafsson 2020-07-30 21:23:38 Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions?