| From: | Erik Rijkers <er(at)xs4all(dot)nl> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
| Cc: | Robert Treat <rob(at)xzilla(dot)net>, Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, 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-11-22 18:47:26 |
| Message-ID: | 1806c06d-1bc2-3b44-d722-fcecf02981e0@xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Op 22-11-2022 om 19:00 schreef Bruce Momjian:
> On Mon, Nov 21, 2022 at 11:15:36AM +0100, Laurenz Albe wrote:
>> ..., while both columns will be set in read-write transactions.
>
> Agreed, changed. Updated patch attached.
In func.sgml:
'Only top-level transaction ID are' should be
'Only top-level transaction IDs are'
'subtransaction ID are' should be
'subtransaction IDs are'
In xact.sgml:
'Non-virtual <literal>TransactionId</literal> (or <type>xid</type>)'
should be
'Non-virtual <literal>TransactionId</literal>s (or <type>xid</type>s)'
Erik Rijkers
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2022-11-22 18:50:36 | Re: New docs chapter on Transaction Management and related changes |
| Previous Message | Tom Lane | 2022-11-22 18:44:25 | Re: Damage control for planner's get_actual_variable_endpoint() runaway |