Re: PostgreSQL 15 minor fixes in protocol.sgml
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>,
Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Ekaterina Kiryanova <e.kiryanova@postgrespro.ru>,
pgsql-docs@lists.postgresql.org
Date: 2022-08-03T03:57:58Z
Lists: pgsql-hackers, pgsql-docs
On Tue, Aug 2, 2022 at 4:28 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Mon, Aug 01, 2022 at 11:00:20PM +0300, Ekaterina Kiryanova wrote: > > > Another point worth mentioning is that only this file contains the phrase > > "two-phase transaction". I believe that "two-phase commit transaction" or > > "transaction prepared for two-phase commit" depending on the situation would > > be better wording. > > "Prepare for two-phase commit" may be clearer? > I think we can use just "Prepared transaction" instead. So, the message "The user defined GID of the two-phase transaction." can be changed to "The user defined GID of the prepared transaction.". Similarly, the message "Identifies the message as a two-phase prepared transaction message." could be changed to: "Identifies the message as a prepared transaction message." > > And finally, could you please clarify this part? > > -- The end LSN of the prepare transaction. > > Is it a typo of "prepared transaction"? I think in this case it should be a "prepared transaction". Thanks for the report and Thanks Michael for including me. I am just redirecting it to -hackers so that others involved in this feature also can share their views. -- With Regards, Amit Kapila.
Commits
-
doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception"
- f8b96c211da0 11.22 landed
- 616de5bb3573 12.17 landed
- aa0246ccf5bb 13.13 landed
- 52a105eff2ba 14.10 landed
- bbbf1510bc41 15.5 landed
- 354b3ebf17c4 16.1 landed
- 4210b55f5985 17.0 landed
-
Improve the protocol message descriptions for 2PC logical replication.
- 0e60a50e0bf1 16.0 landed
- c5d67881d343 15.0 landed
-
doc: Fix typos in protocol.sgml
- 5b94d3ccb7ad 15.0 landed
- a69959fab2f3 16.0 landed
-
Fix inconsistencies and typos in the tree, take 10
- 66bde49d96a9 13.0 cited