<term>Byte1('b')</term>
<listitem>
<para>
- Identifies the message as the beginning of a two-phase transaction message.
+ Identifies the message as the beginning of a prepared transaction message.
</para>
</listitem>
</varlistentry>
<term>String</term>
<listitem>
<para>
- The user defined GID of the two-phase transaction.
+ The user defined GID of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>Byte1('P')</term>
<listitem>
<para>
- Identifies the message as a two-phase prepared transaction message.
+ Identifies the message as a prepared transaction message.
</para>
</listitem>
</varlistentry>
<term>String</term>
<listitem>
<para>
- The user defined GID of the two-phase transaction.
+ The user defined GID of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>Byte1('K')</term>
<listitem>
<para>
- Identifies the message as the commit of a two-phase transaction message.
+ Identifies the message as the commit of a prepared transaction message.
</para>
</listitem>
</varlistentry>
<term>Int64 (XLogRecPtr)</term>
<listitem>
<para>
- The LSN of the commit prepared.
+ The LSN of the commit of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>Int64 (XLogRecPtr)</term>
<listitem>
<para>
- The end LSN of the commit prepared transaction.
+ The end LSN of the commit of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>String</term>
<listitem>
<para>
- The user defined GID of the two-phase transaction.
+ The user defined GID of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>Byte1('r')</term>
<listitem>
<para>
- Identifies the message as the rollback of a two-phase transaction message.
+ Identifies the message as the rollback of a prepared transaction message.
</para>
</listitem>
</varlistentry>
<term>Int64 (XLogRecPtr)</term>
<listitem>
<para>
- The end LSN of the rollback prepared transaction.
+ The end LSN of the rollback of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>String</term>
<listitem>
<para>
- The user defined GID of the two-phase transaction.
+ The user defined GID of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>Byte1('p')</term>
<listitem>
<para>
- Identifies the message as a two-phase stream prepare message.
+ Identifies the message as a stream prepared transaction message.
</para>
</listitem>
</varlistentry>
<term>Int64 (XLogRecPtr)</term>
<listitem>
<para>
- The end LSN of the prepare transaction.
+ The end LSN of the prepared transaction.
</para>
</listitem>
</varlistentry>
<term>String</term>
<listitem>
<para>
- The user defined GID of the two-phase transaction.
+ The user defined GID of the prepared transaction.
</para>
</listitem>
</varlistentry>