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.
This commit is contained in:
Magnus Hagander 2020-06-06 15:35:42 +02:00
parent 26056b3ba8
commit 6e2f11b631

View File

@ -2319,7 +2319,7 @@ Author: Author: Fujii Masao <fujii@postgresql.org>
<para>
This computation allows <link
linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_analyze</structname></link>
linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_basebackup</structname></link>
to show progress, and can be disabled by using the
<option>--no-estimate-size</option> option. Previously, this
computation happened only if <option>--progress</option> was used.