Re: New docs chapter on Transaction Management and related changes - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: New docs chapter on Transaction Management and related changes
Date
Msg-id Y0iC70N3ni3xoQkE@momjian.us
Whole thread Raw
In response to Re: New docs chapter on Transaction Management and related changes  (Simon Riggs <simon.riggs@enterprisedb.com>)
Responses Re: New docs chapter on Transaction Management and related changes  (Erik Rijkers <er@xs4all.nl>)
List pgsql-hackers
On Tue, Sep 13, 2022 at 03:02:34PM +0100, Simon Riggs wrote:
> Thanks Robert. I've tried to accommodate all of your thoughts, plus Alvaro's.
> 
> New v5 attached.
> 
> Happy to receive further comments.

I liked this patch very much.  It gives details on a lot of the
internals we expose to users.  Some of my changes were:

*  tightening the wording
*  restructuring the flow
*  splitting out user-visible details (prepared transactions) from
   internals, e.g., xid, vxid, subtransactions
*  adding references from places in our docs to these new sections

I plan to apply this and backpatch it to all supported versions since
these details apply to all versions.  These docs should enable our users
to much better understand and monitor Postgres.

Updated patch attached.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson


Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: GUC values - recommended way to declare the C variables?
Next
From: Zhihong Yu
Date:
Subject: Re: Allow WindowFuncs prosupport function to use more optimal WindowClause options