diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-01-15 11:50:44 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-01-15 11:50:44 -0500 |
commit | 237d01139b8a2ad26036d9025ae8e8e99b53e08c (patch) | |
tree | aff65d40c0c38c0d238e28bdf7061108a0deeda1 /src | |
parent | fe093994db4dc5dcc239f8839b094c0b75de00cf (diff) | |
download | postgresql-237d01139b8a2ad26036d9025ae8e8e99b53e08c.tar.gz postgresql-237d01139b8a2ad26036d9025ae8e8e99b53e08c.zip |
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' |