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");
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>
Original file line number Diff line number Diff line change 6363)
6464EOM
6565
66- # Figure out the exact details for the new sumamry file.
66+ # Figure out the exact details for the new summary file.
6767my $details = $node1 -> safe_psql(' postgres' , <<EOM );
6868SELECT tli, start_lsn, end_lsn from pg_available_wal_summaries()
6969 WHERE tli = $summarized_tli AND end_lsn > '$summarized_lsn '
You can’t perform that action at this time.
0 commit comments