@@ -1829,7 +1829,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
18291829 being generated, but would differ when the sender becomes idle. In
18301830 particular, when the standby has caught up completely,
18311831 <structname>pg_stat_replication</structname> shows the time taken to
1832- write, flush and replay the most recent reported WALposition rather than
1832+ write, flush and replay the most recent reported WALlocation rather than
18331833 zero as some users might expect. This is consistent with the goal of
18341834 measuring synchronous commit and transaction visibility delays for
18351835 recent write transactions.
@@ -1865,7 +1865,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
18651865 <row>
18661866 <entry><structfield>receive_start_lsn</></entry>
18671867 <entry><type>pg_lsn</></entry>
1868- <entry>First write-ahead logposition used when WAL receiver is
1868+ <entry>First write-ahead loglocation used when WAL receiver is
18691869 started</entry>
18701870 </row>
18711871 <row>
@@ -1876,16 +1876,16 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
18761876 <row>
18771877 <entry><structfield>received_lsn</></entry>
18781878 <entry><type>pg_lsn</></entry>
1879- <entry>Last write-ahead logposition already received and flushed to
1880- disk, the initial value of this field being the first logposition used
1879+ <entry>Last write-ahead loglocation already received and flushed to
1880+ disk, the initial value of this field being the first loglocation used
18811881 when WAL receiver is started</entry>
18821882 </row>
18831883 <row>
18841884 <entry><structfield>received_tli</></entry>
18851885 <entry><type>integer</></entry>
1886- <entry>Timeline number of last write-ahead logposition received and
1886+ <entry>Timeline number of last write-ahead loglocation received and
18871887 flushed to disk, the initial value of this field being the timeline
1888- number of the first logposition used when WAL receiver is started
1888+ number of the first loglocation used when WAL receiver is started
18891889 </entry>
18901890 </row>
18911891 <row>
@@ -1901,12 +1901,12 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
19011901 <row>
19021902 <entry><structfield>latest_end_lsn</></entry>
19031903 <entry><type>pg_lsn</></entry>
1904- <entry>Last write-ahead logposition reported to origin WAL sender</entry>
1904+ <entry>Last write-ahead loglocation reported to origin WAL sender</entry>
19051905 </row>
19061906 <row>
19071907 <entry><structfield>latest_end_time</></entry>
19081908 <entry><type>timestamp with time zone</></entry>
1909- <entry>Time of last write-ahead logposition reported to origin WAL sender</entry>
1909+ <entry>Time of last write-ahead loglocation reported to origin WAL sender</entry>
19101910 </row>
19111911 <row>
19121912 <entry><structfield>slot_name</></entry>
@@ -1967,7 +1967,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
19671967 <row>
19681968 <entry><structfield>received_lsn</></entry>
19691969 <entry><type>pg_lsn</></entry>
1970- <entry>Last write-ahead logposition received, the initial value of
1970+ <entry>Last write-ahead loglocation received, the initial value of
19711971 this field being 0</entry>
19721972 </row>
19731973 <row>
@@ -1984,13 +1984,13 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
19841984 <row>
19851985 <entry><structfield>latest_end_lsn</></entry>
19861986 <entry><type>pg_lsn</></entry>
1987- <entry>Last write-ahead logposition reported to origin WAL sender
1987+ <entry>Last write-ahead loglocation reported to origin WAL sender
19881988 </entry>
19891989 </row>
19901990 <row>
19911991 <entry><structfield>latest_end_time</></entry>
19921992 <entry><type>timestamp with time zone</></entry>
1993- <entry>Time of last write-ahead logposition reported to origin WAL
1993+ <entry>Time of last write-ahead loglocation reported to origin WAL
19941994 sender</entry>
19951995 </row>
19961996 </tbody>