diff options
| author | Robert Haas | 2024-01-15 16:50:44 +0000 |
|---|---|---|
| committer | Robert Haas | 2024-01-15 16:50:44 +0000 |
| commit | 237d01139b8a2ad26036d9025ae8e8e99b53e08c (patch) | |
| tree | aff65d40c0c38c0d238e28bdf7061108a0deeda1 /src | |
| parent | fe093994db4dc5dcc239f8839b094c0b75de00cf (diff) | |
Fix typos.
Alexander Lakhin
Discussion: http://postgr.es/m/212b0987-83e5-e2ae-c5e8-b8170fdaf3a0@gmail.com
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/pg_walsummary/t/002_blocks.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_walsummary/t/002_blocks.pl b/src/bin/pg_walsummary/t/002_blocks.pl index d473471bc7e..d609d2c5473 100644 --- a/src/bin/pg_walsummary/t/002_blocks.pl +++ b/src/bin/pg_walsummary/t/002_blocks.pl @@ -63,7 +63,7 @@ SELECT EXISTS ( ) EOM -# Figure out the exact details for the new sumamry file. +# Figure out the exact details for the new summary file. my $details = $node1->safe_psql('postgres', <<EOM); SELECT tli, start_lsn, end_lsn from pg_available_wal_summaries() WHERE tli = $summarized_tli AND end_lsn > '$summarized_lsn' |
