Re: remove WaitEventCustomCounterData

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: remove WaitEventCustomCounterData
Date: 2026-07-09 16:10:19
Message-ID: ak_H6xZ9kEkoXKMs@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 09, 2026 at 01:22:52PM +0900, Fujii Masao wrote:
> #include "storage/spin.h" seems no longer needed in wait_event.c,
> since the patch removes the last use of the spinlock code there.
> So we can remove that include as well?

I think so. I've committed the patch with that change. Thanks for
looking!

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2026-07-09 16:11:32 Re: SQL/JSON json_table plan clause
Previous Message Heikki Linnakangas 2026-07-09 15:52:12 Re: libpq: Process buffered SSL read bytes to support records >8kB on async API