Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Lucas DRAESCHER <git(at)draescher(dot)fr>
Cc: Laetitia Avrot <laetitia(dot)avrot(at)gmail(dot)com>, "tanswis42(at)gmail(dot)com" <tanswis42(at)gmail(dot)com>, cca5507 <cca5507(at)qq(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Bug Report + Patch] File descriptor leak when io_method=io_uring
Date: 2026-07-24 16:14:28
Message-ID: CAHGQGwHuXOmfKodU91MvhXwhbdo=WcCH2T+1B5xCNGpzcexz6w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 17, 2026 at 6:09 PM Lucas DRAESCHER <git(at)draescher(dot)fr> wrote:
> Thanks for the feedback, I'm happy for v2 to be the
> design we settle on.

Could adding shmem_cleanup to IoMethodOps introduce an ABI break?
If so, the v1 approach seems preferable, at least for a backpatch to v18?

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-07-24 16:34:35 Re: Fix missing FORMAT when deparsing JSON_ARRAY(query)
Previous Message Pavel Stehule 2026-07-24 15:52:37 Re: POC: PLpgSQL FOREACH IN JSON ARRAY