Re: Injection point locking

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Injection point locking
Date: 2024-06-28 03:40:28
Message-ID: Zn4wrCEz7bTXbBJi@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 26, 2024 at 10:56:12AM +0900, Michael Paquier wrote:
> That's true, we could delay the release of the lock to happen just
> before a callback is run.

I am not sure what else we can do for the postmaster case for now, so
I've moved ahead with the concern regarding the existing locking
release delay when running a point, and pushed a patch for it.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stepan Neretin 2024-06-28 04:06:05 Re: stale comments about fastgetattr and heap_getattr
Previous Message Masahiro.Ikeda 2024-06-28 03:05:57 RE: Improve EXPLAIN output for multicolumn B-Tree Index