@@ -2437,11 +2437,12 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
24372437 <term>Int32</term>
24382438 <listitem>
24392439 <para>
2440- The standby's current global xmin, excluding the catalog_xmin from any
2441- replication slots. If both this value and the following
2442- catalog_xmin are 0 this is treated as a notification that hot standby
2443- feedback will no longer be sent on this connection. Later non-zero
2444- messages may reinitiate the feedback mechanism.
2440+ The standby's current global <literal>xmin</literal>, excluding the
2441+ <literal>catalog_xmin</literal> from any replication slots. If both
2442+ this value and the following <literal>catalog_xmin</literal>
2443+ are 0, this is treated as a notification that hot standby feedback
2444+ will no longer be sent on this connection. Later non-zero messages
2445+ may reinitiate the feedback mechanism.
24452446 </para>
24462447 </listitem>
24472448 </varlistentry>
@@ -2450,7 +2451,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
24502451 <term>Int32</term>
24512452 <listitem>
24522453 <para>
2453- The epoch of the global xmin xid on the standby.
2454+ The epoch of the global <literal> xmin</literal> xid on the standby.
24542455 </para>
24552456 </listitem>
24562457 </varlistentry>
@@ -2459,8 +2460,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
24592460 <term>Int32</term>
24602461 <listitem>
24612462 <para>
2462- The lowest catalog_xmin of any replication slots on the standby. Set to 0
2463- if no catalog_xmin exists on the standby or if hot standby feedback is being
2463+ The lowest <literal>catalog_xmin</literal> of any replication
2464+ slots on the standby. Set to 0 if no <literal>catalog_xmin</literal>
2465+ exists on the standby or if hot standby feedback is being
24642466 disabled.
24652467 </para>
24662468 </listitem>
@@ -2470,7 +2472,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
24702472 <term>Int32</term>
24712473 <listitem>
24722474 <para>
2473- The epoch of the catalog_xmin xid on the standby.
2475+ The epoch of the <literal> catalog_xmin</literal> xid on the standby.
24742476 </para>
24752477 </listitem>
24762478 </varlistentry>
0 commit comments