Re: Optimize LISTEN/NOTIFY

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Optimize LISTEN/NOTIFY
Date: 2025-10-01 05:47:27
Message-ID: 8bbf02d8-5fa7-4187-9c79-161591d821e6@app.fastmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 30, 2025, at 20:56, Joel Jacobson wrote:
> Attachments:
> * optimize_listen_notify-v5.patch

Changes since v5:
*) Added missing #include "nodes/pg_list.h" to fix List type error in headerscheck
*) Add NOTIFY_DEFERRED_WAKEUP_MAIN to wait_event_names.txt and rename WAIT_EVENT_NOTIFY_DEFERRED_WAKEUP to WAIT_EVENT_NOTIFY_DEFERRED_WAKEUP_MAIN

/Joel

Attachment Content-Type Size
optimize_listen_notify-v6.patch application/octet-stream 48.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-10-01 06:16:42 Re: Emitting JSON to file using COPY TO
Previous Message Michael Paquier 2025-10-01 05:14:45 Re: [PATCH] Add tests for Bitmapset