@@ -6895,7 +6895,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
6895
6895
<term>Byte1('b')</term>
6896
6896
<listitem>
6897
6897
<para>
6898
- Identifies the message as the beginning of a two-phase transaction message.
6898
+ Identifies the message as the beginning of a prepared transaction message.
6899
6899
</para>
6900
6900
</listitem>
6901
6901
</varlistentry>
@@ -6941,7 +6941,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
6941
6941
<term>String</term>
6942
6942
<listitem>
6943
6943
<para>
6944
- The user defined GID of the two-phase transaction.
6944
+ The user defined GID of the prepared transaction.
6945
6945
</para>
6946
6946
</listitem>
6947
6947
</varlistentry>
@@ -6957,7 +6957,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
6957
6957
<term>Byte1('P')</term>
6958
6958
<listitem>
6959
6959
<para>
6960
- Identifies the message as a two-phase prepared transaction message.
6960
+ Identifies the message as a prepared transaction message.
6961
6961
</para>
6962
6962
</listitem>
6963
6963
</varlistentry>
@@ -7012,7 +7012,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7012
7012
<term>String</term>
7013
7013
<listitem>
7014
7014
<para>
7015
- The user defined GID of the two-phase transaction.
7015
+ The user defined GID of the prepared transaction.
7016
7016
</para>
7017
7017
</listitem>
7018
7018
</varlistentry>
@@ -7028,7 +7028,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7028
7028
<term>Byte1('K')</term>
7029
7029
<listitem>
7030
7030
<para>
7031
- Identifies the message as the commit of a two-phase transaction message.
7031
+ Identifies the message as the commit of a prepared transaction message.
7032
7032
</para>
7033
7033
</listitem>
7034
7034
</varlistentry>
@@ -7046,7 +7046,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7046
7046
<term>Int64 (XLogRecPtr)</term>
7047
7047
<listitem>
7048
7048
<para>
7049
- The LSN of the commit prepared.
7049
+ The LSN of the commit of the prepared transaction .
7050
7050
</para>
7051
7051
</listitem>
7052
7052
</varlistentry>
@@ -7055,7 +7055,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7055
7055
<term>Int64 (XLogRecPtr)</term>
7056
7056
<listitem>
7057
7057
<para>
7058
- The end LSN of the commit prepared transaction.
7058
+ The end LSN of the commit of the prepared transaction.
7059
7059
</para>
7060
7060
</listitem>
7061
7061
</varlistentry>
@@ -7083,7 +7083,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7083
7083
<term>String</term>
7084
7084
<listitem>
7085
7085
<para>
7086
- The user defined GID of the two-phase transaction.
7086
+ The user defined GID of the prepared transaction.
7087
7087
</para>
7088
7088
</listitem>
7089
7089
</varlistentry>
@@ -7099,7 +7099,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7099
7099
<term>Byte1('r')</term>
7100
7100
<listitem>
7101
7101
<para>
7102
- Identifies the message as the rollback of a two-phase transaction message.
7102
+ Identifies the message as the rollback of a prepared transaction message.
7103
7103
</para>
7104
7104
</listitem>
7105
7105
</varlistentry>
@@ -7126,7 +7126,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7126
7126
<term>Int64 (XLogRecPtr)</term>
7127
7127
<listitem>
7128
7128
<para>
7129
- The end LSN of the rollback prepared transaction.
7129
+ The end LSN of the rollback of the prepared transaction.
7130
7130
</para>
7131
7131
</listitem>
7132
7132
</varlistentry>
@@ -7164,7 +7164,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7164
7164
<term>String</term>
7165
7165
<listitem>
7166
7166
<para>
7167
- The user defined GID of the two-phase transaction.
7167
+ The user defined GID of the prepared transaction.
7168
7168
</para>
7169
7169
</listitem>
7170
7170
</varlistentry>
@@ -7180,7 +7180,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7180
7180
<term>Byte1('p')</term>
7181
7181
<listitem>
7182
7182
<para>
7183
- Identifies the message as a two-phase stream prepare message.
7183
+ Identifies the message as a stream prepared transaction message.
7184
7184
</para>
7185
7185
</listitem>
7186
7186
</varlistentry>
@@ -7207,7 +7207,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7207
7207
<term>Int64 (XLogRecPtr)</term>
7208
7208
<listitem>
7209
7209
<para>
7210
- The end LSN of the prepare transaction.
7210
+ The end LSN of the prepared transaction.
7211
7211
</para>
7212
7212
</listitem>
7213
7213
</varlistentry>
@@ -7235,7 +7235,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
7235
7235
<term>String</term>
7236
7236
<listitem>
7237
7237
<para>
7238
- The user defined GID of the two-phase transaction.
7238
+ The user defined GID of the prepared transaction.
7239
7239
</para>
7240
7240
</listitem>
7241
7241
</varlistentry>
0 commit comments