Re: Refactor GetLockStatusData() by skipping unused backends and groups - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Refactor GetLockStatusData() by skipping unused backends and groups
Date
Msg-id 948fd11c-cd13-4b29-98e3-0ca163537d42@oss.nttdata.com
Whole thread Raw
In response to Re: Refactor GetLockStatusData() by skipping unused backends and groups  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
List pgsql-hackers

On 2024/10/24 11:12, Bertrand Drouvot wrote:
>> So, probably
>> we can consider that this check is already in place. If it’s still worth adding,
>> perhaps placing it inside the FAST_PATH_SLOT() macro could be an option...
>> Or current assertion check is enough? Thought?
> 
> Given that it's already done in FAST_PATH_GET_BITS(), I think that's fine as it
> is and v2 LGTM.

Thanks for the review! Pushed.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Inconsistent use of relpages = -1
Next
From: Tender Wang
Date:
Subject: Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails