Re: New docs chapter on Transaction Management and related changes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>, Robert Treat <rob(at)xzilla(dot)net>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New docs chapter on Transaction Management and related changes
Date: 2022-10-13 22:06:38
Message-ID: Y0iL7jzLfSbj1T38@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

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

Attachment Content-Type Size
xact.diff text/x-diff 19.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Dilger 2022-10-13 22:38:40 Re: Incorrect comment regarding command completion tags
Previous Message Daniel Gustafsson 2022-10-13 21:57:47 Re: remove redundant memset() call