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 Y0iL7jzLfSbj1T38@momjian.us
Whole thread Raw
In response to Re: New docs chapter on Transaction Management and related changes  (Erik Rijkers <er@xs4all.nl>)
Responses Re: New docs chapter on Transaction Management and related changes  (Simon Riggs <simon.riggs@enterprisedb.com>)
Re: New docs chapter on Transaction Management and related changes  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Thu, Oct 13, 2022 at 11:54:51PM +0200, Erik Rijkers wrote:
> > [xact.diff]
> 
> I think that
>   'This chapter explains how the control the reliability of'
> 
> should be:
> 'This chapter explains how to control the reliability of'
> 
> 
> And in these lines:
> +   together in a transactional manner.  The commands <command>PREPARE
> +   TRANSACTION</command>, <command>COMMIT PREPARED</command> and
> +   <command>ROLLBACK PREPARED</command>.  Two-phase transactions
> 
> 'The commands'
> 
> should be
> 'The commands are'

Thanks, updated patch attached.  You can see the output at:

    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: Daniel Gustafsson
Date:
Subject: Re: remove redundant memset() call
Next
From: Mark Dilger
Date:
Subject: Re: Incorrect comment regarding command completion tags