Interpreting MessageQueueSend state

From: Benjamin Leis <benleis1(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Interpreting MessageQueueSend state
Date: 2023-11-14 01:06:04
Message-ID: CADP9qHt+nGXHB8m=bnpce8PnvC4m=5Fi7UoxvUoMR-zGH8_dAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm looking at a pg_stat_activity dump where there are a group of active
threads stuck for a long time in MessageQueueSend

7:52.394089+00 | IPC | MessageQueueSend | active |
| 27406510 | -5892847938856697008 | SELECT ....

Does this mean they are blocked on clients reading data or does it
represent something blocking on the server side?
Thanks
Ben

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2023-11-14 04:38:21 Re: Interpreting MessageQueueSend state
Previous Message Alban Hertroys 2023-11-13 19:59:34 Re: Issue in compiling postgres on latest macOS 14.1.1