Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope - Mailing list pgsql-hackers

From Tatsuya Kawata
Subject Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope
Date
Msg-id CAHza6qc_L-8qnT6Y2jzT+4GPR2WEMtD2GMjNe9YtTAECJRL9Fw@mail.gmail.com
Whole thread
In response to Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [PATCH] doc: clarify pg_stat_lock.fastpath_exceeded scope
List pgsql-hackers
Hi Bertrand-san, Michael-san,

Thanks for the feedback.  Centralizing the explanation and linking
from views makes sense, so v2 takes that approach.

Specifically, v2:

  * Adds a new "Fast-Path Locking" subsection under Explicit Locking
    (13.3.1.1, inside Table-Level Locks).

  * References the new section from:
      - pg_stat_lock.fastpath_exceeded  (monitoring.sgml)
      - pg_locks.fastpath               (system-views.sgml)
      - max_locks_per_transaction       (config.sgml)

Patch v2 attached.

Regards,
Tatsuya Kawata

Attachment

pgsql-hackers by date:

Previous
From: Florents Tselai
Date:
Subject: Re: More jsonpath methods: translate, split, join
Next
From: Amit Kapila
Date:
Subject: Re: Fix race in ReplicationSlotRelease for ephemeral slots