Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: Tatsuya Kawata <kawatatatsuya0913(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope
Date: 2026-06-29 06:00:42
Message-ID: akIKCkeaq6Zk-uPM@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 29, 2026 at 04:52:32AM +0000, Bertrand Drouvot wrote:
> Yeah. I just wonder if we should mention it does not apply to shared relation
> while at it.

[... checks code ...]

EligibleForRelationFastPath() tells that, yes. An extra mention would
be nice, good catch. Better than having to guess from the code.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-06-29 06:23:28 Re: Remove the refint contrib module (for v20)
Previous Message Michael Paquier 2026-06-29 05:47:58 Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks