Re: [PATCH] LockAcquireExtended improvement

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Jingxian Li <aqktjcm@qq.com>
Cc: Will Mortensen <will@extrahop.com>, robertmhaas <robertmhaas@gmail.com>, andres <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-05-23T04:58:28Z
Lists: pgsql-hackers
On Sat, May 18, 2024 at 05:10:38PM +0800, Jingxian Li wrote:
> Nice catch! The patch looks good to me.

And fixed that as well.
--
Michael

Commits

  1. Fix typo and comments related to the recent no-wait lock improvements

  2. Allow a no-wait lock acquisition to succeed in more cases.