@@ -2437,11 +2437,12 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2437
2437
<term>Int32</term>
2438
2438
<listitem>
2439
2439
<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.
2445
2446
</para>
2446
2447
</listitem>
2447
2448
</varlistentry>
@@ -2450,7 +2451,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2450
2451
<term>Int32</term>
2451
2452
<listitem>
2452
2453
<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.
2454
2455
</para>
2455
2456
</listitem>
2456
2457
</varlistentry>
@@ -2459,8 +2460,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2459
2460
<term>Int32</term>
2460
2461
<listitem>
2461
2462
<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
2464
2466
disabled.
2465
2467
</para>
2466
2468
</listitem>
@@ -2470,7 +2472,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
2470
2472
<term>Int32</term>
2471
2473
<listitem>
2472
2474
<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.
2474
2476
</para>
2475
2477
</listitem>
2476
2478
</varlistentry>
0 commit comments