Re: fix comment for MAX_SIMUL_LWLOCKS

From: Andres Freund <andres(at)anarazel(dot)de>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fix comment for MAX_SIMUL_LWLOCKS
Date: 2025-08-19 21:40:23
Message-ID: acizzacswhygvpdrz7u5q5ehmsbmcsabkohjxf5a46xoywt6b5@hla7wps426wa
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2025-08-19 16:34:56 -0500, Nathan Bossart wrote:
> From 68b81e3bf70d5da0a0e2d0a0087218df7fde1101 Mon Sep 17 00:00:00 2001
> From: Nathan Bossart <nathan(at)postgresql(dot)org>
> Date: Tue, 19 Aug 2025 16:27:33 -0500
> Subject: [PATCH v1 1/1] Fix comment for MAX_SIMUL_LWLOCKS.
>
> This comment mentions that pg_buffercache locks all buffer
> partitions simultaneously, but it hasn't done so since v10.
>
> Oversight in commit 6e654546fb.

LGTM

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahila Syed 2025-08-19 21:42:52 Re: Enhancing Memory Context Statistics Reporting
Previous Message Nathan Bossart 2025-08-19 21:34:56 fix comment for MAX_SIMUL_LWLOCKS