mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
doc: Clarify when backend_xmin in pg_stat_replication can be NULL.
Improve the documentation of pg_stat_replication to explain when the backend_xmin column becomes NULL. This happens when a replication slot is used (the xmin is then shown in pg_replication_slots) or when hot_standby_feedback is disabled. Author: Renzo Dani <arons7@gmail.com> Reviewed-by: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/CA+XOKQAMXzskpdUmj2sg03_5fmiXc2Gs0r3TX1_rmcFcqh+=xQ@mail.gmail.com
This commit is contained in:
@@ -1287,6 +1287,10 @@ description | Waiting for a newly initialized WAL file to reach durable storage
|
|||||||
<para>
|
<para>
|
||||||
This standby's <literal>xmin</literal> horizon reported
|
This standby's <literal>xmin</literal> horizon reported
|
||||||
by <xref linkend="guc-hot-standby-feedback"/>.
|
by <xref linkend="guc-hot-standby-feedback"/>.
|
||||||
|
This field will be null if a replication slot is used (in this case,
|
||||||
|
the standby's <literal>xmin</literal> is shown in
|
||||||
|
<link linkend="view-pg-replication-slots">pg_replication_slots</link>)
|
||||||
|
or if <varname>hot_standby_feedback</varname> is disabled.
|
||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user