[patch] Imporve pqmq

From: Xiaoran Wang <fanfuxiaoran(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [patch] Imporve pqmq
Date: 2024-08-08 03:23:44
Message-ID: CAGjhLkPGa-yUCp1EdDuVgQQ2CUgfxtuO0LLVGiwM=BKbe39oAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
When I use the 'pqmq' recently, I found some issues, just fix them.

Allow the param 'dsm_segment *seg' to be NULL in function
'pq_redirect_to_shm_mq'. As sometimes the shm_mq is created
in shared memory instead of DSM.

Add function 'pq_leave_shm_mq' to allow the process to go
back to the previous pq environment.

Attachment Content-Type Size
0001-Improve-pqmq.patch application/octet-stream 2.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2024-08-08 03:23:49 Re: Found issues related with logical replication and 2PC
Previous Message jian he 2024-08-08 03:10:00 Re: Detailed release notes