File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26578,7 +26578,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
26578
26578
record that it has consumed, which must always be greater than or
26579
26579
equal to <literal>summarized_lsn</literal>; if the WAL summarizer is
26580
26580
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
26582
26582
process, if it is running, and otherwise NULL.
26583
26583
</para></entry>
26584
26584
</row>
Original file line number Diff line number Diff line change 63
63
)
64
64
EOM
65
65
66
- # Figure out the exact details for the new sumamry file.
66
+ # Figure out the exact details for the new summary file.
67
67
my $details = $node1 -> safe_psql(' postgres' , <<EOM );
68
68
SELECT tli, start_lsn, end_lsn from pg_available_wal_summaries()
69
69
WHERE tli = $summarized_tli AND end_lsn > '$summarized_lsn '
You can’t perform that action at this time.
0 commit comments