Hi Kawata-san,

On Sat, Jun 20, 2026 at 06:14:59PM +0900, Tatsuya Kawata wrote:
> Hi Bertrand-san, Michael-san,
> 
> Thanks for the feedback.  Centralizing the explanation and linking
> from views makes sense, so v2 takes that approach.

Thanks for the new version.

--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -1248,6 +1248,35 @@ ERROR:  could not serialize access due to read/write 
dependencies among transact
       </tbody>
      </tgroup>
     </table>
+
+    <sect3 id="locking-tables-fast-path">
+     <title>Fast-Path Locking</title>

The location looks ok to me.

+      for eligible locks, fast-path is used only when a per-backend slot is
+      available;

Should we add a description of the consequences of not being able to acquire the
lock in fast-path (when there are no available slots)? For example, we could
say that this is considerably more expensive and may be subject to contention.

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com


Reply via email to