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

Appearance settings

Commit 6e2f11b

Browse filesBrowse files
committed
Fix reference to wrong view in release notes
The estimate of total backup size effects the view pg_stat_progress_basebackup, not pg_stat_progress_analyze.
1 parent 26056b3 commit 6e2f11b
Copy full SHA for 6e2f11b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/src/sgml/release-13.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/release-13.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ Author: Author: Fujii Masao <fujii@postgresql.org>
23192319

23202320
<para>
23212321
This computation allows <link
2322-
linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_analyze</structname></link>
2322+
linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_basebackup</structname></link>
23232323
to show progress, and can be disabled by using the
23242324
<option>--no-estimate-size</option> option. Previously, this
23252325
computation happened only if <option>--progress</option> was used.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.