Re: Making wait events a bit more efficient

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Making wait events a bit more efficient
Date: 2021-04-03 02:55:16
Message-ID: 20210403025516.mbfknsjrf23v6qgk@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2021-04-02 12:44:58 -0700, Andres Freund wrote:
> If we went for the my_wait_event_info approach there is one further
> advantage, after my change to move the wait event code into a separate
> file: wait_event.h does not need to include proc.h anymore, which seems
> architecturally nice for things like fd.c.

That part turns out to make one aspect of the shared memory stats patch
cleaner, so I am planning to push this commit fairly soon, unless
somebody sees a reason not to do so?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-04-03 03:00:12 Re: Have I found an interval arithmetic bug?
Previous Message Zhihong Yu 2021-04-03 02:53:35 Re: Have I found an interval arithmetic bug?