@@ -1829,7 +1829,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
1829
1829
being generated, but would differ when the sender becomes idle. In
1830
1830
particular, when the standby has caught up completely,
1831
1831
<structname>pg_stat_replication</structname> shows the time taken to
1832
- write, flush and replay the most recent reported WAL position rather than
1832
+ write, flush and replay the most recent reported WAL location rather than
1833
1833
zero as some users might expect. This is consistent with the goal of
1834
1834
measuring synchronous commit and transaction visibility delays for
1835
1835
recent write transactions.
@@ -1865,7 +1865,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
1865
1865
<row>
1866
1866
<entry><structfield>receive_start_lsn</></entry>
1867
1867
<entry><type>pg_lsn</></entry>
1868
- <entry>First write-ahead log position used when WAL receiver is
1868
+ <entry>First write-ahead log location used when WAL receiver is
1869
1869
started</entry>
1870
1870
</row>
1871
1871
<row>
@@ -1876,16 +1876,16 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
1876
1876
<row>
1877
1877
<entry><structfield>received_lsn</></entry>
1878
1878
<entry><type>pg_lsn</></entry>
1879
- <entry>Last write-ahead log position already received and flushed to
1880
- disk, the initial value of this field being the first log position used
1879
+ <entry>Last write-ahead log location already received and flushed to
1880
+ disk, the initial value of this field being the first log location used
1881
1881
when WAL receiver is started</entry>
1882
1882
</row>
1883
1883
<row>
1884
1884
<entry><structfield>received_tli</></entry>
1885
1885
<entry><type>integer</></entry>
1886
- <entry>Timeline number of last write-ahead log position received and
1886
+ <entry>Timeline number of last write-ahead log location received and
1887
1887
flushed to disk, the initial value of this field being the timeline
1888
- number of the first log position used when WAL receiver is started
1888
+ number of the first log location used when WAL receiver is started
1889
1889
</entry>
1890
1890
</row>
1891
1891
<row>
@@ -1901,12 +1901,12 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
1901
1901
<row>
1902
1902
<entry><structfield>latest_end_lsn</></entry>
1903
1903
<entry><type>pg_lsn</></entry>
1904
- <entry>Last write-ahead log position reported to origin WAL sender</entry>
1904
+ <entry>Last write-ahead log location reported to origin WAL sender</entry>
1905
1905
</row>
1906
1906
<row>
1907
1907
<entry><structfield>latest_end_time</></entry>
1908
1908
<entry><type>timestamp with time zone</></entry>
1909
- <entry>Time of last write-ahead log position reported to origin WAL sender</entry>
1909
+ <entry>Time of last write-ahead log location reported to origin WAL sender</entry>
1910
1910
</row>
1911
1911
<row>
1912
1912
<entry><structfield>slot_name</></entry>
@@ -1967,7 +1967,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
1967
1967
<row>
1968
1968
<entry><structfield>received_lsn</></entry>
1969
1969
<entry><type>pg_lsn</></entry>
1970
- <entry>Last write-ahead log position received, the initial value of
1970
+ <entry>Last write-ahead log location received, the initial value of
1971
1971
this field being 0</entry>
1972
1972
</row>
1973
1973
<row>
@@ -1984,13 +1984,13 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
1984
1984
<row>
1985
1985
<entry><structfield>latest_end_lsn</></entry>
1986
1986
<entry><type>pg_lsn</></entry>
1987
- <entry>Last write-ahead log position reported to origin WAL sender
1987
+ <entry>Last write-ahead log location reported to origin WAL sender
1988
1988
</entry>
1989
1989
</row>
1990
1990
<row>
1991
1991
<entry><structfield>latest_end_time</></entry>
1992
1992
<entry><type>timestamp with time zone</></entry>
1993
- <entry>Time of last write-ahead log position reported to origin WAL
1993
+ <entry>Time of last write-ahead log location reported to origin WAL
1994
1994
sender</entry>
1995
1995
</row>
1996
1996
</tbody>
0 commit comments