summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgwalinspect.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-03-01 08:38:43 +0900
committerMichael Paquier <michael@paquier.xyz>2023-03-01 08:38:43 +0900
commit019f8624664dbf1e25e2bd721c7e99822812d109 (patch)
tree69ed9f4b15f039f1c45701777cec2962e984d45d /doc/src/sgml/pgwalinspect.sgml
parent128dd9f9eca0b633b51ffcd5b0f798fbc48ec4c0 (diff)
downloadpostgresql-019f8624664dbf1e25e2bd721c7e99822812d109.tar.gz
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 the case. Error introduced in 58597ed. Author: Nathan Bossart Discussion: https://postgr.es/m/20230228195740.GA1397484@nathanxps13 Backpatch-through: 15
Diffstat (limited to 'doc/src/sgml/pgwalinspect.sgml')
-rw-r--r--doc/src/sgml/pgwalinspect.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgwalinspect.sgml b/doc/src/sgml/pgwalinspect.sgml
index 22677e54f2..3d7cdb95cc 100644
--- a/doc/src/sgml/pgwalinspect.sgml
+++ b/doc/src/sgml/pgwalinspect.sgml
@@ -174,7 +174,7 @@ combined_size_percentage | 2.8634072910530795
<varlistentry id="pgwalinspect-funcs-pg-get-wal-stats-till-end-of-wal">
<term>
<function>
- pg_get_wal_stats_till_end_of_wal(start_lsn pg_lsn, end_lsn pg_lsn, per_record boolean DEFAULT false)
+ pg_get_wal_stats_till_end_of_wal(start_lsn pg_lsn, per_record boolean DEFAULT false)
returns setof record
</function>
</term>