Skip to content

Commit b187702

Browse files
committed
doc: Fix typos and other minor issues
Author: Alexander Lakhin <exclusion@gmail.com>
1 parent 53863eb commit b187702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
326326
<para>
327327
The <link linkend="catalog-pg-replication-slots"><structname>pg_replication_slots</structname></link>
328328
view and the
329-
<link linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
329+
<link linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
330330
view provide information about the current state of replication slots and
331331
streaming replication connections respectively. These views apply to both physical and
332332
logical replication.

doc/src/sgml/perform.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
15781578
<listitem>
15791579
<para>
15801580
Increase <xref linkend="guc-checkpoint-segments"> and <xref
1581-
linkend="guc-checkpoint-timeout"> ; this reduces the frequency
1581+
linkend="guc-checkpoint-timeout">; this reduces the frequency
15821582
of checkpoints, but increases the storage requirements of
15831583
<filename>/pg_xlog</>.
15841584
</para>

0 commit comments

Comments
 (0)