mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix incorrect column name in pg_stat_replication document.
Fabrízio de Royes Mello
This commit is contained in:
parent
009ca5e782
commit
eb56812144
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><structfield>backend_xid</structfield></entry>
|
||||
<entry><structfield>backend_xmin</structfield></entry>
|
||||
<entry><type>xid</type></entry>
|
||||
<entry>This standby's <literal>xmin</> horizon reported
|
||||
by <xref linkend="guc-hot-standby-feedback">.</entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue