|
|
|
@ -2437,11 +2437,12 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" |
|
|
|
|
<term>Int32</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
The standby's current global xmin, excluding the catalog_xmin from any |
|
|
|
|
replication slots. If both this value and the following |
|
|
|
|
catalog_xmin are 0 this is treated as a notification that hot standby |
|
|
|
|
feedback will no longer be sent on this connection. Later non-zero |
|
|
|
|
messages may reinitiate the feedback mechanism. |
|
|
|
|
The standby's current global <literal>xmin</literal>, excluding the |
|
|
|
|
<literal>catalog_xmin</literal> from any replication slots. If both |
|
|
|
|
this value and the following <literal>catalog_xmin</literal> |
|
|
|
|
are 0, this is treated as a notification that hot standby feedback |
|
|
|
|
will no longer be sent on this connection. Later non-zero messages |
|
|
|
|
may reinitiate the feedback mechanism. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
@ -2450,7 +2451,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" |
|
|
|
|
<term>Int32</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
The epoch of the global xmin xid on the standby. |
|
|
|
|
The epoch of the global <literal>xmin</literal> xid on the standby. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
@ -2459,8 +2460,9 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" |
|
|
|
|
<term>Int32</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
The lowest catalog_xmin of any replication slots on the standby. Set to 0 |
|
|
|
|
if no catalog_xmin exists on the standby or if hot standby feedback is being |
|
|
|
|
The lowest <literal>catalog_xmin</literal> of any replication |
|
|
|
|
slots on the standby. Set to 0 if no <literal>catalog_xmin</literal> |
|
|
|
|
exists on the standby or if hot standby feedback is being |
|
|
|
|
disabled. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
@ -2470,7 +2472,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" |
|
|
|
|
<term>Int32</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
The epoch of the catalog_xmin xid on the standby. |
|
|
|
|
The epoch of the <literal>catalog_xmin</literal> xid on the standby. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|