Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit237d011

Browse files
committed
1 parentfe09399 commit237d011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

‎src/bin/pg_walsummary/t/002_blocks.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464
EOM
6565

66-
# Figure out the exact details for the newsumamry file.
66+
# Figure out the exact details for the newsummary file.
6767
my$details =$node1->safe_psql('postgres',<<EOM);
6868
SELECT tli, start_lsn, end_lsn from pg_available_wal_summaries()
6969
WHERE tli =$summarized_tli AND end_lsn > '$summarized_lsn'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp