Skip to content

Commit 237d011

Browse files
committed
1 parent fe09399 commit 237d011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26578,7 +26578,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
2657826578
record that it has consumed, which must always be greater than or
2657926579
equal to <literal>summarized_lsn</literal>; if the WAL summarizer is
2658026580
not running, it will be equal to <literal>summarized_lsn</literal>.
26581-
<literal>summarized_pid</literal> is the PID of the WAL summarizer
26581+
<literal>summarizer_pid</literal> is the PID of the WAL summarizer
2658226582
process, if it is running, and otherwise NULL.
2658326583
</para></entry>
2658426584
</row>

src/bin/pg_walsummary/t/002_blocks.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464
EOM
6565

66-
# Figure out the exact details for the new sumamry file.
66+
# Figure out the exact details for the new summary file.
6767
my $details = $node1->safe_psql('postgres', <<EOM);
6868
SELECT tli, start_lsn, end_lsn from pg_available_wal_summaries()
6969
WHERE tli = $summarized_tli AND end_lsn > '$summarized_lsn'

0 commit comments

Comments
 (0)