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

Commit019f862

Browse files
committed
doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect
end_lsn was mentioned as an input parameter, but that should not be thecase. Error introduced in58597ed.Author: Nathan BossartDiscussion:https://postgr.es/m/20230228195740.GA1397484@nathanxps13Backpatch-through: 15
1 parent128dd9f commit019f862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/pgwalinspect.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ combined_size_percentage | 2.8634072910530795
174174
<varlistentry id="pgwalinspect-funcs-pg-get-wal-stats-till-end-of-wal">
175175
<term>
176176
<function>
177-
pg_get_wal_stats_till_end_of_wal(start_lsn pg_lsn,end_lsn pg_lsn,per_record boolean DEFAULT false)
177+
pg_get_wal_stats_till_end_of_wal(start_lsn pg_lsn, per_record boolean DEFAULT false)
178178
returns setof record
179179
</function>
180180
</term>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp