mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix typos.
Alexander Lakhin Discussion: http://postgr.es/m/212b0987-83e5-e2ae-c5e8-b8170fdaf3a0@gmail.com
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user