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 Y3ffMf96pDmMeXPe@momjian.us
Whole thread Raw
In response to Re: New docs chapter on Transaction Management and related changes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Fri, Nov 18, 2022 at 02:33:26PM -0500, Bruce Momjian wrote:
> On Sun, Nov 13, 2022 at 12:56:30PM +0100, Laurenz Albe wrote:
> > > Maybe there's a way to reword the entire phrase that leads to a better
> > > formulation of the idea.
> > 
> > Any of your auggestions is better than "unaborted".
> > 
> > How about:
> > 
> >   If <literal>AND CHAIN</literal> is specified, a new transaction is
> >   immediately started with the same transaction characteristics (see <xref
> >   linkend="sql-set-transaction"/>) as the just finished one.
> >   This new transaction won't be in the <quote>aborted</quote> state, even
> >   if the old transaction was aborted.
> 
> I think I am going to keep "(unaborted)".

Attached is the most current version of the patch.

-- 
  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: Thomas Munro
Date:
Subject: Re: Reducing power consumption on idle servers