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 Y0m9tIrlMqaA9dwP@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
List pgsql-hackers
On Fri, Oct 14, 2022 at 12:22:35PM +0100, Simon Riggs wrote:
> > > +   <para>
> > > +    The parent xid of each subxid is recorded in the
> > > +    <filename>pg_subtrans</filename> directory. No entry is made for
> > > +    top-level xids since they do not have a parent, nor is an entry made
> > > +    for read-only subtransactions.
> > > +   </para>
> >
> > Maybe say "the immediate parent xid of each ...", or is it too obvious?
> 
> +1 to all of those suggestions

Attached is the merged patch from all the great comments I received.  I
have also rebuilt the docs with the updated patch:

    https://momjian.us/tmp/pgsql/

-- 
  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: Bruce Momjian
Date:
Subject: Re: New docs chapter on Transaction Management and related changes
Next
From: "Imseih (AWS), Sami"
Date:
Subject: Re: Add index scan progress to pg_stat_progress_vacuum